Sexplib.Pre_sexpmodule Sexplib = Sexplib0module Conv = Sexplib.Sexp_convtype bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.texception Not_found_s of texception Of_sexp_error of exn * tval default_indent : int refval pp_hum : Format.formatter -> t -> unitval pp_hum_indent : int -> Format.formatter -> t -> unitval pp_mach : Format.formatter -> t -> unitval pp : Format.formatter -> t -> unitval to_string_hum : ?indent:int -> t -> stringval to_string_mach : t -> stringval to_string : t -> stringval of_float_style : [ `No_underscores | `Underscores ] refval of_int_style : [ `No_underscores | `Underscores ] refmodule Private : sig ... endval buffer : unit -> Buffer.tval to_buffer : buf:Buffer.t -> Sexplib0__Sexp.t -> unitval to_buffer_hum : buf:Buffer.t -> ?indent:int -> Sexplib0__Sexp.t -> unitval to_buffer_mach : buf:Buffer.t -> Sexplib0__Sexp.t -> unitval with_new_buffer : out_channel -> (Buffer.t -> 'a) -> unitval output_hum : out_channel -> Sexplib0__Sexp.t -> unitval output_hum_indent : int -> out_channel -> Sexplib0__Sexp.t -> unitval output_mach : out_channel -> Sexplib0__Sexp.t -> unitval output : out_channel -> Sexplib0__Sexp.t -> unitmodule Tmp_file : sig ... endval save_of_output :
?perm:int ->
(out_channel -> 'a -> 'b) ->
string ->
'a ->
unitval output_sexp_nl : (out_channel -> 'a -> 'b) -> out_channel -> 'a -> unitval output_sexps_nl :
(out_channel -> 'a -> 'b) ->
out_channel ->
'a list ->
unitval scan_sexp : ?buf:Buffer.t -> Lexing.lexbuf -> Sexplib.Type.tval scan_sexp_opt : ?buf:Buffer.t -> Lexing.lexbuf -> Sexplib.Type.t optionval scan_sexps : ?buf:Buffer.t -> Lexing.lexbuf -> Sexplib.Type.t listval scan_rev_sexps : ?buf:Buffer.t -> Lexing.lexbuf -> Sexplib.Type.t listval get_main_buf : Buffer.t option -> Lexing.lexbuf -> Sexplib.Parser.tokenval scan_fold_sexps :
?buf:Buffer.t ->
f:('a -> Sexplib.Type.t -> 'a) ->
init:'a ->
Lexing.lexbuf ->
'aval scan_iter_sexps :
?buf:Buffer.t ->
f:(Sexplib.Type.t -> unit) ->
Lexing.lexbuf ->
unitval scan_sexps_conv :
?buf:Buffer.t ->
f:(Sexplib.Type.t -> 'a) ->
Lexing.lexbuf ->
'a listmodule Annot : sig ... endmodule Parse_pos : sig ... endmodule Cont_state = Parsexp.Old_parser_cont_statetype (!'a, !'t) 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_resulttype parse_error = {err_msg : string;parse_state : [ `Annot of Annot.stack parse_state
| `Sexp of t list list parse_state ];}exception Parse_error of parse_errormodule Parser_output : sig ... endmodule Make_parser (T : sig ... end) : sig ... endmodule String_single_sexp : sig ... endval parse_str :
?parse_pos:Parse_pos.t ->
?len:int ->
string ->
(string, Sexplib.Type.t) parse_resultval parse :
?parse_pos:Parse_pos.t ->
?len:int ->
string ->
(string, Sexplib.Type.t) parse_resultmodule String_single_annot : sig ... endval parse_str_annot :
?parse_pos:Parse_pos.t ->
?len:int ->
string ->
(string, Annot.t) parse_resultmodule Bigstring_single_sexp : sig ... endval parse_bigstring :
?parse_pos:Parse_pos.t ->
?len:int ->
bigstring ->
(bigstring, Sexplib.Type.t) parse_resultmodule Bigstring_single_annot : sig ... endval parse_bigstring_annot :
?parse_pos:Parse_pos.t ->
?len:int ->
bigstring ->
(bigstring, Annot.t) parse_resultval mk_this_parse :
?parse_pos:Parse_pos.t ->
(?parse_pos:Parse_pos.t -> ?len:'a -> 'b -> 'c) ->
pos:int ->
len:'a ->
'b ->
'cval feed_end_of_input :
this_parse:(pos:int -> len:int -> 'a -> ('b, 'c) parse_result) ->
ws_buf:'a ->
('c, Cont_state.t) resultval gen_input_sexp :
(?parse_pos:Parse_pos.t -> ?len:int -> string -> (string, 'a) parse_result) ->
?parse_pos:Parse_pos.t ->
in_channel ->
'aval input_sexp : ?parse_pos:Parse_pos.t -> in_channel -> Sexplib.Type.tval gen_input_rev_sexps :
(?parse_pos:Parse_pos.t -> ?len:int -> string -> (string, 'a) parse_result) ->
ws_buf:string ->
?parse_pos:Parse_pos.t ->
?buf:bytes ->
in_channel ->
'a listval input_rev_sexps :
?parse_pos:Parse_pos.t ->
?buf:bytes ->
in_channel ->
Sexplib.Type.t listval input_sexps :
?parse_pos:Parse_pos.t ->
?buf:bytes ->
in_channel ->
Sexplib.Type.t listval of_string_bigstring :
string ->
(?parse_pos:Parse_pos.t -> ?len:'a -> 'b -> ('c, 'd) parse_result) ->
'c ->
('b -> 'e) ->
('b -> int -> 'e -> string) ->
'b ->
'dval of_string : string -> Sexplib.Type.tval of_string_many : string -> Parsexp.Many.parsed_valueval get_bstr_sub_str : (char, 'a, 'b) Bigarray.Array1.t -> int -> int -> stringval bstr_ws_buf :
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tval of_bigstring : bigstring -> Sexplib.Type.tval gen_load_rev_sexps :
(?parse_pos:'a -> ?buf:'b -> in_channel -> 'c) ->
?buf:'b ->
string ->
'cval load_rev_sexps : ?buf:bytes -> string -> Sexplib.Type.t listval load_sexps : ?buf:bytes -> string -> Sexplib.Type.t listval gen_load_sexp :
(?parse_pos:Parse_pos.t -> ?len:int -> string -> (string, 'a) parse_result) ->
?strict:bool ->
?buf:bytes ->
string ->
'aval load_sexp : ?strict:bool -> ?buf:bytes -> string -> Sexplib.Type.tmodule Annotated : sig ... endval load_sexp_conv :
?strict:bool ->
?buf:bytes ->
string ->
(Sexplib.Type.t -> 'a) ->
[> `Error of exn * Annotated.t | `Result of 'a ]val raise_conv_exn :
file:string ->
[< `Error of exn * Annotated.t | `Result of 'a ] ->
'aval load_sexp_conv_exn :
?strict:bool ->
?buf:bytes ->
string ->
(Sexplib.Type.t -> 'a) ->
'aval load_sexps_conv :
?buf:bytes ->
string ->
(Sexplib.Type.t -> 'a) ->
[> `Error of exn * Annotated.t | `Result of 'a ] listval load_sexps_conv_exn :
?buf:bytes ->
string ->
(Sexplib.Type.t -> 'a) ->
'a listval gen_of_string_conv :
('a -> Sexplib.Type.t) ->
('a -> Annotated.t) ->
'a ->
(Sexplib.Type.t -> 'b) ->
[> `Error of exn * Annotated.t | `Result of 'b ]val of_string_conv :
string ->
(Sexplib.Type.t -> 'a) ->
[> `Error of exn * Annotated.t | `Result of 'a ]val of_bigstring_conv :
bigstring ->
(Sexplib.Type.t -> 'a) ->
[> `Error of exn * Annotated.t | `Result of 'a ]module Of_string_conv_exn : sig ... endval gen_of_string_conv_exn :
('a -> Sexplib.Type.t) ->
'a ->
(Sexplib.Type.t -> 'b) ->
'bval of_string_conv_exn : string -> (Sexplib.Type.t -> 'a) -> 'aval of_bigstring_conv_exn : bigstring -> (Sexplib.Type.t -> 'a) -> 'aval of_string_many_conv_exn : string -> (Sexplib.Type.t -> 'a) -> 'a listval unit : tval is_unit : t -> bool