Sexp_intf.Stype bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tval default_indent : int refval size : t -> int * intval scan_sexp : ?buf:Buffer.t -> Lexing.lexbuf -> tval scan_sexps : ?buf:Buffer.t -> Lexing.lexbuf -> t listval scan_rev_sexps : ?buf:Buffer.t -> Lexing.lexbuf -> t listval scan_sexp_opt : ?buf:Buffer.t -> Lexing.lexbuf -> t optionval scan_iter_sexps : ?buf:Buffer.t -> f:(t -> unit) -> Lexing.lexbuf -> unitval scan_fold_sexps :
?buf:Buffer.t ->
f:('a -> t -> 'a) ->
init:'a ->
Lexing.lexbuf ->
'aval scan_sexps_conv : ?buf:Buffer.t -> f:(t -> 'a) -> Lexing.lexbuf -> 'a listmodule Parse_pos : sig ... endmodule Cont_state : sig ... endtype (!'a, !'t) parse_result = ('a, 't) Sexplib.Pre_sexp.parse_result = | Done of 't * Parse_pos.t| Cont of Cont_state.t * ('a, 't) parse_funand (!'a, !'t) parse_fun = pos:int -> len:int -> 'a -> ('a, 't) parse_resultmodule Annotated : sig ... endtype parse_error = Sexplib.Pre_sexp.parse_error = {err_msg : string;parse_state : [ `Annot of Annotated.stack parse_state
| `Sexp of t list list parse_state ];}exception Parse_error of parse_errorval parse :
?parse_pos:Parse_pos.t ->
?len:int ->
string ->
(string, t) parse_resultval parse_bigstring :
?parse_pos:Parse_pos.t ->
?len:int ->
bigstring ->
(bigstring, t) parse_resultval input_sexp : ?parse_pos:Parse_pos.t -> in_channel -> tval input_sexps : ?parse_pos:Parse_pos.t -> ?buf:bytes -> in_channel -> t listval input_rev_sexps :
?parse_pos:Parse_pos.t ->
?buf:bytes ->
in_channel ->
t listval load_sexp : ?strict:bool -> ?buf:bytes -> string -> tval load_sexps : ?buf:bytes -> string -> t listval load_rev_sexps : ?buf:bytes -> string -> t listval load_sexp_conv :
?strict:bool ->
?buf:bytes ->
string ->
(t -> 'a) ->
'a Annotated.convval load_sexp_conv_exn :
?strict:bool ->
?buf:bytes ->
string ->
(t -> 'a) ->
'aval load_sexps_conv :
?buf:bytes ->
string ->
(t -> 'a) ->
'a Annotated.conv listval load_sexps_conv_exn : ?buf:bytes -> string -> (t -> 'a) -> 'a listval output_hum : out_channel -> t -> unitval output_hum_indent : int -> out_channel -> t -> unitval output_mach : out_channel -> t -> unitval output : out_channel -> t -> unitval save_hum : ?perm:int -> string -> t -> unitval save_mach : ?perm:int -> string -> t -> unitval save : ?perm:int -> string -> t -> unitval save_sexps_hum : ?perm:int -> string -> t list -> unitval save_sexps_mach : ?perm:int -> string -> t list -> unitval save_sexps : ?perm:int -> string -> t list -> unitval pp_hum : Format.formatter -> t -> unitval pp_hum_indent : int -> Format.formatter -> t -> unitval pp_mach : Format.formatter -> t -> unitval pp : Format.formatter -> t -> unitmodule Of_string_conv_exn : sig ... endval of_string : string -> tval of_string_many : string -> t listval of_string_conv : string -> (t -> 'a) -> 'a Annotated.convval of_string_many_conv_exn : string -> (t -> 'a) -> 'a listval of_string_conv_exn : string -> (t -> 'a) -> 'aval of_bigstring_conv : bigstring -> (t -> 'a) -> 'a Annotated.convval to_string_hum : ?indent:int -> t -> stringval to_string_mach : t -> stringval to_string : t -> stringval to_buffer_gen :
buf:'buffer ->
add_char:('buffer -> char -> unit) ->
add_string:('buffer -> string -> unit) ->
t ->
unitval unit : tval is_unit : t -> boolval t_sexp_grammar : t Sexplib0.Sexp_grammar.tval search_physical : t -> contained:t -> search_resultmodule With_layout : sig ... end