package awsm

  1. Overview
  2. Docs

Parameters

module T : sig ... end

Signature

type 'a s = 'a T.t

The underlying actual monad type.

type t

Monad type lifted into the app type.

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

Innovation. Community. Security.