package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

Type

type _ t =
  1. | Over 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 Over.t.

val get : 'a t -> M.t

Retreive the Monoid value from the Over approximation.