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

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

Main.Report

Description

 
Synopsis

Documentation

fallback :: a -> a -> IO a Source #

This is how we'll deal with errors for now: we just present a fallback value, mention the error, and continue.

header :: BuildXML a => a -> a -> a Source #