Skip to content

Commit

Permalink
Lines: open error type of group2
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Feb 20, 2013
1 parent 6482bb9 commit 0a0b1f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/biocaml_lines.mli
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ module Transform : sig
val group2 :
unit ->
(item,
(item * item, [ `premature_end_of_input ]) Core.Std.Result.t) Biocaml_transform.t

(item * item, [> `premature_end_of_input ]) Core.Std.Result.t) Biocaml_transform.t

(** Build a stoppable line-oriented parsing_buffer. *)
val make : ?name:string -> ?filename:string ->
Expand Down

0 comments on commit 0a0b1f3

Please sign in to comment.