package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.2.tar.gz
sha256=13a67c0a4559ae22e9765c8fdb88957b16c2b335a2d5f47e4d6d9b4b8b299926

doc/coq-core.clib/Monad/index.html

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.