package travesty

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

The container type.

module Elt : Base.Equal.S

Elt contains the element type, which must have equality.

module On_monad (M : Base.Monad.S) : Basic0_on_monad with type t := t and type elt := Elt.t and module M := M

On_monad implements monadic traversal for a given monad M.