Portability | portable (depends on ghc) |
---|---|
Stability | provisional |
Maintainer | bastiaan.heeren@ou.nl |
Safe Haskell | None |
Ideas.Service.FeedbackScript.Syntax
Description
Abstract syntax for feedback scripts, and pretty-printer (Show instance)
Documentation
makeScript :: [Decl] -> ScriptSource
scriptDecls :: Script -> [Decl]Source
Constructors
RecognizedIs Id | |
MotivationIs Id | |
CondNot Condition | |
CondConst Bool | |
CondRef Id |
feedbackDecl :: HasId a => a -> Text -> DeclSource
textForIdDecl :: HasId a => a -> Text -> DeclSource