preface.make
Via.Syntax
preface
preface.core
preface.laws
preface.qcheck
preface.specs
preface.stdlib
type 'a t = 'a Core.t
The type held by the Apply.
Apply
val (let+) : 'a t -> ('a -> 'b) -> 'b t
let operator for mapping.
let
val (and+) : 'a t -> 'b t -> ('a * 'b) t
and operator for the monoidal product.
and