package middleware

  1. Overview
  2. Docs

Some common monads.

module Identity : MONAD with type 'a t = 'a

The identity monad, which has no special monadic behavior.