| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | None |
| Language | Haskell98 |
Recognize.Data.MathStoryProblem
Description
Documentation
Constructors
| Task MathStoryProblem |
data MathStoryProblem Source #
Instances
| Show MathStoryProblem Source # | |
Defined in Recognize.Data.MathStoryProblem Methods showsPrec :: Int -> MathStoryProblem -> ShowS # show :: MathStoryProblem -> String # showList :: [MathStoryProblem] -> ShowS # | |
| HasId MathStoryProblem Source # | |
Defined in Recognize.Data.MathStoryProblem Methods getId :: MathStoryProblem -> Id # changeId :: (Id -> Id) -> MathStoryProblem -> MathStoryProblem # | |
problemId :: MathStoryProblem -> Id Source #
processInputs :: MathStoryProblem -> [Input] -> [Input] Source #
singleNetwork :: MathStoryProblem -> Network () Source #
getExercise :: MathStoryProblem -> Exercise b Source #
parser :: Analyzer -> LexerOutput -> MathParserOutput Source #