ideas-1.8: Feedback services for intelligent tutoring systems

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Ideas.Service.Submit

Description

Diagnose a term submitted by a student. Deprecated (see diagnose service).

Documentation

data Result a Source #

Constructors

Buggy [Rule (Context a)] 
NotEquivalent String 
Ok [Rule (Context a)] (State a) 
Detour [Rule (Context a)] (State a) 
Unknown (State a)