Via.Infix
type 'a t = 'a Core.t
The type held by the Functor.
Functor
val (<$>) : ('a -> 'b) -> 'a t -> 'b t
Infix version of CORE.map.
CORE
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
val ($>) : 'a t -> 'b -> 'b t
Flipped and infix version of OPERATION.replace.