| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Text.Cassette.Internal.Tr
Documentation
type C r = (String -> r) -> String -> r Source #
The type of string transformers in CPS, i.e. functions from strings to strings.
is the type of string transformers with answer type
modification from Tr r r'r to r' through control effects.