preface.stdlib
Contravariant.Infix
preface
preface.core
preface.laws
preface.make
preface.qcheck
preface.specs
val (>$) : 'b -> 'b t -> 'a t
Infix version of OPERATION.replace.
OPERATION.replace
val (^$) : 'b -> 'b t -> 'a t
Right-associative version of >$.
>$
val ($<) : 'b t -> 'b -> 'a t
Infix flipped version of OPERATION.replace.
val (&$) : 'b t -> 'b -> 'a t
Right-associative version of $<.
$<
val (>$<) : ('a -> 'b) -> 'b t -> 'a t
Infix version of CORE.map.
CORE.map
val (^$^) : ('a -> 'b) -> 'b t -> 'a t
Right-associative version of >$<.
>$<
val (>&<) : 'b t -> ('a -> 'b) -> 'a t
Infix flipped version of CORE.map.
val (^&^) : 'b t -> ('a -> 'b) -> 'a t
Right-associative version of >&<.
>&<