Comonad.Syntax
module Core : Preface_specs.Comonad.CORE
type 'a t = 'a Core.t
The type held by the Comonad
.
Syntactic shortcuts for version of CORE
.extend:
let@ x = e in f
is equals to extend f e
.
include Preface_specs.Indexed_functor.SYNTAX with type ('a, 'index) t := 'a t