= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
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
Basic1
is the minimal signature that traversable containers of arity 1 must implement to be extensible into.
module On_monad
(M : Base.Monad.S) :
Basic1_on_monad with type 'a t := 'a t and module M := M
On_monad
implements monadic traversal for a given monad.