package travesty

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

The container type.

module On (M : Base.Applicative.S) : Traversable_types.Basic1_on_applicative with type 'a t := 'a t and module M := M

On implements traversal for a given applicative functor.