add some doc

This commit is contained in:
Simon Cruanes 2018-03-06 10:15:33 -06:00
parent 8f4c1a24b7
commit 524658fb0f

View file

@ -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