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