> >liftIOtoMyMonad_     :: IO () -> MyMonad ()
> >liftIOtoMyMonad_ m   = liftIOtoMyMonad' (const m) ()

I'm having problems compiling this one: "The last statement in a 'do'
construct must be an expression"

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to