Module Approximation.UnderSource

Parameters

Signature

Type

Sourcetype _ t =
  1. | Under of M.t

Implementation

Applicative

module Applicative : Preface_specs.APPLICATIVE with type 'a t = 'a t

Selective

module Selective : Preface_specs.SELECTIVE with type 'a t = 'a t

Addtional functions

Additional functions to facilitate practical work with Under.t.

Sourceval get : 'a t -> M.t

Retreive the Monoid value from the Under approximation.