package olmi

  1. Overview
  2. Docs
Olmi provide functor to generate monadic combinators with a minimal interface

Install

dune-project
 Dependency

Authors

Maintainers

Sources

olmi.tar.gz
sha256=f77661fab4f36ef2f439cbd93a722d2d21d88e94815baf79b509636169174a0e
md5=d82dae00b83488d93e7138831c2bc351

doc/olmiExamples/OlmiIdentity/Requirement/index.html

Module OlmiIdentity.RequirementSource

Sourcetype 'a t = 'a
Sourceval return : 'a -> 'a t
Sourceval join : 'a t t -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval fmap : ('a -> 'b) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.