Parameter Via.Syntax

type 'a t = 'a Core.t

The type held by the Selective.

inline

include Preface_specs.Indexed_selective.SYNTAX with type ('a, _) t := 'a t
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.

val and+ : 'a t -> 'b t -> ('a * 'b) t

and operator for the monoidal product.