package travesty

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Generic_types.Bi_left
type 'l t

Partially fixed type of containers.

type right

Fixed type of right elements.

module On (M : Base.Applicative.S) : Bi_traversable_types.Basic1_left_on_applicative with type 'r t := 'r t and type right := right and module M := M

On implements monadic bi-traversal for a given applicative functor.