package travesty

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

Module Travesty.State_intfSource

Sourcemodule type Generic = sig ... end

Generic contains the signature bits common to all state monad signatures.

Sourcemodule type S = sig ... end

S is the signature of state monads parametrised over their value, but with a fixed state type.

Sourcemodule type S2 = sig ... end

S2 is the signature of state monads parametrised over both value and state types.

OCaml

Innovation. Community. Security.