package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Building a Preface_specs.Store, a Store transformer.

Using the minimal definition

Build an Preface_specs.STORE over an Inner Preface_specs.COMONAD.

Improving API

If there are complementary implementations to Preface_specs.COMONAD attached to the Inner Preface_specs.COMONAD type, it is possible to promote the Preface_specs.STORE API with these complementary implementations

Functor

If the Inner Preface_specs.COMONAD is also a Preface_specs.FUNCTOR, the Store comonad is also a Preface_specs.FUNCTOR.

Comonad

If the Inner Preface_specs.COMONAD is also a Preface_specs.COMONAD, the Store comonad is also a Preface_specs.COMONAD (this is this functor which is used in the full API definition).

Manual construction

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

Building Core