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