| Portability | portable (depends on ghc) |
|---|---|
| Stability | provisional |
| Maintainer | bastiaan.heeren@ou.nl |
| Safe Haskell | None |
Ideas.Service.FeedbackScript.Run
Description
Run a feedbackscript
Documentation
data Environment a Source
newEnvironment :: State a -> Maybe (Rule (Context a)) -> Environment aSource
feedbackDiagnosis :: Diagnosis a -> Environment a -> Script -> TextSource
feedbackHint :: Id -> Environment a -> Script -> TextSource
feedbackHints :: Id -> [((Rule (Context a), b, c), State a)] -> State a -> Maybe (Rule (Context a)) -> Script -> [Text]Source
ruleToString :: Environment a -> Script -> Rule b -> StringSource
feedbackIds :: [Id]Source
attributeIds :: [Id]Source
conditionIds :: [Id]Source