mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
add some doc
This commit is contained in:
parent
8f4c1a24b7
commit
524658fb0f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ val default : default:'a t -> 'a t -> 'a t
|
|||
module Infix : sig
|
||||
val (>|=) : 'a t -> ('a -> 'b) -> 'b t
|
||||
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
|
||||
val (<|>) : 'a t -> 'a t -> 'a t
|
||||
val (<|>) : 'a t -> 'a t -> 'a t (** Alias to {!default}. @since NEXT_RELEASE *)
|
||||
end
|
||||
|
||||
include module type of Infix
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue