containers.sexp
CCSexp.Decoder
containers
containers.data
containers.iter
containers.monomorphic
containers.thread
containers.top
containers.unix
type t
Decoder
val of_lexbuf : Lexing.lexbuf -> t
val next : t -> sexp 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.
val to_list : t -> sexp list CCSexp_intf.or_error
Read all the values from this decoder.