package coq

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

Module MonadSource

Combinators on monadic computations.

Sourcemodule type Def = sig ... end

A definition of monads, each of the combinators is used in the Make functor.

Sourcemodule type ListS = sig ... end

List combinators

Sourcemodule type S = sig ... end
Sourcemodule Make (M : Def) : S with type +'a t = 'a M.t

Expands the monadic definition to extra combinators.

OCaml

Innovation. Community. Security.