merlin-lib.utils
Merlin_utils.Sexp
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.kernel
merlin-lib.ocaml_compression
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_parsing
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_typing
merlin-lib.ocaml_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
type t =
| Cons of t * t
| Sym of string
| String of string
| Int of int
| Float of float
val nil : t
val of_list : t list -> t
val tell_sexp : (string -> unit) -> t -> unit
val tell_cons : (string -> unit) -> t -> unit
val to_buf : t -> Buffer.t -> unit
val to_string : t -> string
val of_string : string -> t
val of_file_descr : ?on_read:(Unix.file_descr -> unit) -> Unix.file_descr -> unit -> t option
val of_channel : ?on_read:(Unix.file_descr -> unit) -> in_channel -> unit -> t option
val of_json : Std.json -> t
val to_json : t -> Std.json