Store.Core_over_comonadmodule C : Preface_specs.COMONADmodule Store : Preface_specs.Types.T0type store = Store.tThe encapsulated store.
type 'a comonad = 'a C.tThe inner comonad.
Get the current focus for a different modified stored value (absolute setter).
Modify (set and apply a function) the focus (relative setter).
module Experiment (F : Preface_specs.Functor.API) : sig ... endApplies a function which lift the store to a functor-value and use the accessor to read the resulting focus.