package travesty

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

Basic_container1 is the signature that traversable containers of arity 1 must implement.

type 'a t

The container type.

module On_monad (M : Base.Monad.S) : S1 with type 'a t := 'a t and module M := M

On_monad implements monadic traversal for a given monad.

OCaml

Innovation. Community. Security.