Alt.INFIX
Infix operators.
type 'a t
A type 'a t which is an Alt.
'a t
Alt
val (<|>) : 'a t -> 'a t -> 'a t
Infix version of CORE.combine
CORE.combine
val (<$>) : ('a -> 'b) -> 'a t -> 'b t
Infix version of CORE.map.
CORE.map
val (<&>) : 'a t -> ('a -> 'b) -> 'b t
Flipped and infix version of CORE.map.
val (<$) : 'a -> 'b t -> 'a t
Infix version of OPERATION.replace.
OPERATION.replace
val ($>) : 'a t -> 'b -> 'b t
Flipped and infix version of OPERATION.replace.