Env.Core_over_comonad
module C : Preface_specs.COMONAD
module Env : Preface_specs.Types.T0
type env = Env.t
The encapsulated environment.
type 'a comonad = 'a C.t
The inner comonad.
module Local (Env : Preface_specs.Types.T0) : sig ... end
Perform local
with an other environment.