package travesty

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Travesty.Monad_transformSource

Monad transformer signatures.

These signatures capture the monad transformer pattern in a generic way.

Sourcemodule type S_fixed = sig ... end

S_fixed is the signature of monad transformers fixed to a particular inner monad.

Sourcemodule type S = sig ... end

S is the signature of monad transformers.

OCaml

Innovation. Community. Security.