= 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
Monadic
contains a version of the builder interface that can interact with the inner monad (Inner
) this state transformer is overlaying.
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