Make_buffered_input, Make_unbuffered_input and Make functors.reparse-unix packageLwt and Asyncreparse-lwt which defines Lwt_stream.t as one of the input sources.Lwt_unix.file_descr and Lwt_io.input_channel as parser input sources.This release has backwards incompatible changes.
Parser module itself.let+, let* ,and+ and and*.bind and map function are now labelled following base library dependency convention.all_unit are now unit t rather than _ t following monad combinator convention in base library dependency.pure is now deprecated. Use return instead. This is to stay consistent with monad conventions in base library dependency.>|= is deprecated. Use >>| instead. This is to stay consistent with monad conventions in base library dependency.map4 function.ppx_let.Parser module. Use Reparse instead.result typereparse-unix for unix file input