package pa_ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Sexp0.t =
  1. | Atom of Ploc.t * string
  2. | List of Ploc.t * t list
val loc_of_sexp : t -> Ploc.t
val to_sexplib_sexp : t -> Sexplib.Type.t
val of_sexplib_sexp : Ploc.t -> Sexplib.Type.t -> t
val to_string : t -> string
val of_string : string -> t
val equal : t -> t -> bool
val input_sexp : in_channel -> Sexp0.t
val load_sexp : string -> Sexp0.t
val pp_hum : Format.formatter -> Sexp0.t -> unit
OCaml

Innovation. Community. Security.