Csexp.Makeval input : in_channel -> (Sexp.t, string) resultval input_opt : in_channel -> (Sexp.t option, string) resultval input_many : in_channel -> (Sexp.t list, string) resultval serialised_length : Sexp.t -> intval to_string : Sexp.t -> stringval to_channel : out_channel -> Sexp.t -> unitmodule Parser : sig ... endmodule type Input = sig ... endmodule Make_parser (Input : Input) : sig ... end