12 Nov 21:09
Why can I run (runghc) some Haskell scripts but I cannot seem to compile them?
Casey Hawthorne <caseyh <at> istar.ca>
2009-11-12 20:09:04 GMT
2009-11-12 20:09:04 GMT
Why can I run (runghc) some Haskell scripts but I cannot seem to compile them? e.g. http://www.haskell.org/all_about_monads/examples/example25.hs I've changed the import listing to the following: import IO import System import Monad import Data.Maybe import Data.List import Data.Char (toLower) import Control.Monad.State import Control.Monad.Writer -- Regards, Casey
RSS Feed