Advise-me-0.1: Assessment services for the Advise-Me project

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

Util.XML

Contents

Description

 

Documentation

Orphan instances

ToHTML Expr Source # 
Instance details

ToXML Expr Source # 
Instance details

Methods

toXML :: Expr -> XML #

listToXML :: [Expr] -> XML #

InXML Expr Source # 
Instance details

Methods

fromXML :: Monad m => XML -> m Expr #

listFromXML :: Monad m => XML -> m [Expr] #

(ToXML a, ToXML b) => ToXML (Either a b) Source # 
Instance details

Methods

toXML :: Either a b -> XML #

listToXML :: [Either a b] -> XML #

(InXML a, InXML b) => InXML (Either a b) Source # 
Instance details

Methods

fromXML :: Monad m => XML -> m (Either a b) #

listFromXML :: Monad m => XML -> m [Either a b] #