= 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
Generic_builders
contains generic versions of the 'builder' 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
.
make
creates a context-sensitive computation that can modify both the current context and the data passing through.
Specialised builders
peek
creates a context-sensitive computation that can look at the current context, but not modify it.
modify
creates a context-sensitive computation that can look at and modify the current context.
ON THIS PAGE