Module Biocaml_lines.Error (.ml)

module Error: 
sig

The errors of the Lines module.
type t = [ `premature_end_of_input ] 
Errors:
  • `premature_end_of_input - expected more lines than available.

val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
end