= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
package travesty
-
travesty
-
-
travesty.containers
-
-
travesty.core_kernel_exts
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Chain_Bi2_Map1 (Bi) (Map)
composes a bi-map Bi
on an inner arity-2 container over a map Map
over an outer arity-1 container.
Parameters
module Map : Mappable.S1
Signature
Type of containers.
include Generic
with type ('l, 'r) t := ('l, 'r) t
and type 'l left := 'l
and type 'r right := 'r
include Basic_generic
with type ('l, 'r) t := ('l, 'r) t
with type 'l left := 'l
with type 'r right := 'r
include Types_intf.Bi_generic
with type ('l, 'r) t := ('l, 'r) t
with type 'l left := 'l
with type 'r right := 'r
map_left c ~f
maps f
over the left type of c
only.
On This Page