Note: this is the stubbed version of module TransExercise. You should
download the lhs version of this
module and replace all parts marked
undefined.
Eventually, the complete
version will be made available.
Transformers Exercise
Today's in-class exercise for Monad Transformers can be found here.
> module TransExercise where
> main :: IO ()
> main = print "Follow link for real exercise"
CIS 552: Advanced Programming