Approximation.Over
module M : Preface_specs.MONOID
type _ t =
| Over of M.t
module Applicative : Preface_specs.APPLICATIVE with type 'a t = 'a t
module Selective : Preface_specs.SELECTIVE with type 'a t = 'a t
Additional functions to facilitate practical work with Over.t.
Over.t
val get : 'a t -> M.t
Retrieve the Monoid value from the Over approximation.
Monoid
Over