| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FlexTask.Interpreter.GenerationHelper
Contents
Documentation
getFormData :: Rendered Widget -> IO ([[Text]], HtmlDict) Source #
Extract a form from the environment inside an IO context. The result is a tuple of field IDs and a map of language and internationalized html pairs.
This is an internal function used in the Autotool Flex-Task implementation.
You should never need to call this function yourself.
Use unsafeGetFormData instead.
Orphan instances
| MonadAlloy (RandT g IO) Source # | |
Methods getInstancesWith :: CallAlloyConfig -> String -> RandT g IO [AlloyInstance] # | |
| MonadDiagrams (RandT g IO) Source # | |
| MonadGraphviz (RandT g IO) Source # | |
Methods errorWithoutGraphviz :: RandT g IO () # layoutGraph :: Graph gr => GraphvizCommand -> gr v e -> RandT g IO (gr (AttributeNode v) (AttributeEdge e)) # layoutGraph' :: (Ord cl, Graph gr) => GraphvizParams Node v e cl l -> GraphvizCommand -> gr v e -> RandT g IO (gr (AttributeNode v) (AttributeEdge e)) # | |
| MonadCatch (RandT g IO) Source # | |
| MonadThrow (RandT g IO) Source # | |