package travesty

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

Extensions for arity-0 bi-mappable containers.

include Types_intf.Bi0
type t

Fixed type of containers.

type left

Fixed type of left elements.

type right

Fixed type of right elements.

include Generic_extensions with type ('l, 'r) t := t and type 'l left := left and type 'r right := right
include Types_intf.Bi_generic with type ('l, 'r) t := t with type 'l left := left with type 'r right := right
val map_left : t -> f:(left -> left) -> t

map_left c ~f maps f over the left type of c only.

val map_right : t -> f:(right -> right) -> t

map_right c ~f maps f over the right type of c only.

module Map_left : Mappable.S0 with type t := t

Permits mapping over the left type.

module Map_right : Mappable.S0 with type t := t

Permits mapping over the right type.

OCaml

Innovation. Community. Security.