ideas-1.6: Feedback services for intelligent tutoring systems

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

Ideas.Encoding.Evaluator

Description

 

Documentation

data Evaluator a b c Source #

Constructors

Evaluator (TypedDecoder a b) (TypedEncoder a c) 

evalService :: LogRef -> Exercise a -> Options -> Evaluator a b c -> Service -> b -> IO c Source #