package travesty

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

Partially fixed type of containers.

type left

Fixed type of left elements.

module On_monad (M : Base.Monad.S) : Bi_traversable_types.Basic1_right_on_monad with type 'l t := 'l t and type left := left and module M := M

On_monad implements monadic bi-traversal for a given monad.