ideas-1.2: Feedback services for intelligent tutoring systems

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

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