package yocaml

  1. Overview
  2. Docs

Parameters

module T : sig ... end

Signature

type env = T.env
type 'a monad = 'a T.monad
type 'a t = env -> 'a monad
val return : 'a -> 'a t
val bind : ('a -> 'b t) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.