package preface

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

The inner comonad.

type 'a t

The type held by the comonad transformer.

val lower : 'a t -> 'a comonad

get the underlying comonad.