package preface

  1. Overview
  2. Docs
On This Page
  1. Complete API
Legend:
Library
Module
Module type
Parameter
Class
Class type

An Env comonad parametrized over an inner Comonad and an env (which is an arbitrary type). Env is a comonad transformer. Env is Coreader (the dual of Reader).

module type CORE = sig ... end

Operation of Env comonad parametrized over an inner comonad and env.

Complete API

module type API = sig ... end

The complete interface of a Env comonad which introduces the Comonad API into the Env API.

OCaml

Innovation. Community. Security.