package preface

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

Building a Preface_specs.Traced, a Traced transformer.

Using the minimal definition

Build an Preface_specs.TRACED 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.TRACED API with these complementary implementations

Functor

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

Comonad

If the Inner Preface_specs.COMONAD is also a Preface_specs.COMONAD, the Traced 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.TRACED, constructing and assembling a component-by-component of Preface_specs.TRACED. (In order to provide your own implementation for some features.)

Building Core