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