Module Preface_make.Indexed_selective

Building a Preface_specs.Indexed_selective

Using the minimal definition

Over an Applicative using select

Build a Preface_specs.INDEXED_SELECTIVE using Preface_specs.Indexed_selective.WITH_SELECT on top of an Preface_specs.INDEXED_APPLICATIVE.

Standard method, using the minimal definition of an alt to derive its full API.

Over an Applicative using branch

Build a Preface_specs.INDEXED_SELECTIVE using Preface_specs.Indexed_selective.WITH_BRANCH on top of an Preface_specs.INDEXED_APPLICATIVE.

Standard method, using the minimal definition of an alt to derive its full API.

Over a Functor using select

Build a Preface_specs.INDEXED_SELECTIVE using Preface_specs.Indexed_selective.WITH_SELECT on top of an Preface_specs.INDEXED_FUNCTOR.

Standard method, using the minimal definition of an alt to derive its full API (including the Applicative API).

Over a Functor using branch

Build a Preface_specs.INDEXED_SELECTIVE using Preface_specs.Indexed_selective.WITH_BRANCH on top of an Preface_specs.INDEXED_FUNCTOR.

Standard method, using the minimal definition of an alt to derive its full API (including the Applicative API).

Manual construction

Advanced way to build a Preface_specs.INDEXED_SELECTIVE, constructing and assembling a component-by-component of Preface_specs.INDEXED_SELECTIVE. (In order to provide your own implementation for some features.)

Grouping of all components

module Via (Core : Preface_specs.Indexed_selective.CORE) (Operation : Preface_specs.Indexed_selective.OPERATION with type ('a, 'index) t = ('a, 'index) Core.t) (Infix : Preface_specs.Indexed_selective.INFIX with type ('a, 'index) t = ('a, 'index) Core.t) (Syntax : Preface_specs.Indexed_selective.SYNTAX with type ('a, 'index) t = ('a, 'index) Core.t) : Preface_specs.INDEXED_SELECTIVE with type ('a, 'index) t = ('a, 'index) Core.t

Building Core

Deriving Operation

Deriving Infix

module Infix (Core : Preface_specs.Indexed_selective.CORE) (Operation : Preface_specs.Indexed_selective.OPERATION with type ('a, 'index) t = ('a, 'index) Core.t) : Preface_specs.Indexed_selective.INFIX with type ('a, 'index) t = ('a, 'index) Core.t

Deriving Syntax

Deriving Select from a Monad