Csexp.serialised_length
. Previously, it would under count by 2 because it did not take the parentheses into account. (#22, @jchavarri)Replaced by 1.5.1 because of accidentally breaking compat with 4.03.
Csexp.t
type and extend Csexp
to include the module from the functor application (#14, @rgrinberg)input_opt
; it was could never return [None] (#9, fixes #7, @jeremiedimino)parse_many
; it was returning s-expressions in the wrong order (#10, @rgrinberg)parse_string_many
; it used to fail on all inputs (#6, @rgrinberg)Result
module, which was accidentally added in a previous PR. (#3, @rgrinberg)