= 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
Mapping over the left type of an arity-0 bi-mappable container.
Parameters
Signature
include Mappable.Generic with type 'a t := t and type 'a elt := elt
Generic
refers to the container type as 'a t
, and the element type as 'a elt
; substitute t
/elt
(arity-0) or 'a t
/'a
(arity-1) accordingly below.
include Types_intf.Generic with type 'a t := t with type 'a elt := elt
On This Page