Module Merlin_utils.SexpSource
Sourcetype t = | Cons of t * t| Sym of string| String of string| Int of int| Float of float
Sourceval tell_sexp : (string -> unit) -> t -> unit Sourceval tell_cons : (string -> unit) -> t -> unit Sourceval to_buf : t -> Stdlib.Buffer.t -> unit Sourceval of_file_descr :
?on_read:(Unix.file_descr -> unit) ->
Unix.file_descr ->
unit ->
t option Sourceval of_channel :
?on_read:(Unix.file_descr -> unit) ->
Stdlib.in_channel ->
unit ->
t option