Module Sexp_lib.Decoder

module Decoder: sig .. end

type t 
Decoder
val of_lexbuf : Lexing.lexbuf -> t
val next : t -> Sexp_lib.sexp Sexp_lib.parse_result
Parse the next S-expression or return an error if the input isn't long enough or isn't a proper S-expression