= 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
Generic_runners
contains generic versions of the 'runner' functions common to all state monad signatures.
include Generic_types
final
is the type of returned results. In transformers, this becomes 'a Inner.t
; otherwise, it becomes just 'a
.
run'
unfolds a t
into a function from context to final state and result.