sig
  type t = [ `premature_end_of_input ]
  val t_of_sexp : Sexplib.Sexp.t -> Biocaml_lines.Error.t
  val sexp_of_t : Biocaml_lines.Error.t -> Sexplib.Sexp.t
end