ideas-1.3.1: Feedback services for intelligent tutoring systems

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

Ideas.Encoding.StrategyInfo

Description

Converting a strategy to XML, and the other way around.

Documentation

xmlToStrategy :: Monad m => (String -> Maybe (Rule a)) -> XML -> m (Strategy a) Source