package travesty

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

Basic2 is the signature of an arity-2 bi-traversable type with floating left and right types.

include Base.T2
type ('a, 'b) t
module On (M : Base.Applicative.S) : Basic2_on_applicative with type ('l, 'r) t := ('l, 'r) t and module M := M

On implements monadic bi-traversal for a given monad.