preface.stdlib
Selective.Syntax
preface
preface.core
preface.laws
preface.make
preface.qcheck
preface.specs
include Preface_specs.Indexed_apply.SYNTAX with type ('a, 'index) t := 'a t
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