ideas-1.5: 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 -> Options a -> Evaluator a b c -> Service -> b -> IO c Source