package awsm

  1. Overview
  2. Docs

Module Monad.MakeSource

Parameters

module T : sig ... end

Signature

Sourcetype 'a s = 'a T.t

The underlying actual monad type.

Sourcetype t

Monad type lifted into the app type.

Sourceval inj : 'a s -> ('a, t) app
Sourceval prj : ('a, t) app -> 'a s
OCaml

Innovation. Community. Security.