Sexp.Annotatedtype t = Sexplib.Pre_sexp.Annotated.t = | Atom of range * Sexplib.Type.t| List of range * t list * Sexplib.Type.tval sexp_of_conv : ('a -> Sexplib.Type.t) -> 'a conv -> Sexplib.Type.tval get_sexp : t -> Sexplib.Type.tval find_sexp : t -> Sexplib.Type.t -> t optionval 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 of_string : string -> tval conv : (Sexplib.Type.t -> 'a) -> t -> 'a convval get_conv_exn : file:string -> exc:exn -> t -> exn