package travesty

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

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

type 'a t

The type of the outer transformer.

Inner is the inner monad.

val lift : 'a Inner.t -> 'a Inner.t t

lift x lifts x from the inner monad to the outer one.