= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && 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
Make2
implements S2
for an arity-2 bi-mappable container.
Parameters
Signature
include Generic
with type ('l, 'r) t := ('l, 'r) I.t
and type 'l left := 'l
and type 'r right := 'r
include Basic_generic
with type ('l, 'r) t := ('l, 'r) I.t
with type 'l left := 'l
with type 'r right := 'r
include Types_intf.Bi_generic
with type ('l, 'r) t := ('l, 'r) I.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