flex-tasks
Safe HaskellNone
LanguageHaskell2010

FlexTask.Interpreter.GenerationHelper

Synopsis

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 # 
Instance details

MonadDiagrams (RandT g IO) Source # 
Instance details

MonadGraphviz (RandT g IO) Source # 
Instance details

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 # 
Instance details

Methods

catch :: (HasCallStack, Exception e) => RandT g IO a -> (e -> RandT g IO a) -> RandT g IO a #

MonadThrow (RandT g IO) Source # 
Instance details

Methods

throwM :: (HasCallStack, Exception e) => e -> RandT g IO a #