mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
app_parse: expose "junk" combinator
This commit is contained in:
parent
dccb1499f4
commit
cb68e1ae66
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ val return : 'a -> 'a t
|
|||
val pure : 'a -> 'a t
|
||||
(** Synonym to {!return} *)
|
||||
|
||||
val junk : unit t
|
||||
(** Skip next char *)
|
||||
|
||||
val fail : string -> 'a t
|
||||
(** [fail msg] fails with the given error message *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue