michael rice wrote: > Here's what I get: > > [mich...@localhost ~]$ ghci > GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help > Loading package ghc-prim ... linking ... done. > Loading package integer ... linking ... done. > Loading package base ... linking ... done. > Prelude> import Prelude hiding ((>>)) > > <interactive>:1:0: parse error on input `import' > Prelude>
Not on the command line, you have to put import Prelude hiding ((>>), (>>=), return) into your rand.hs file. Regards, apfelmus -- http://apfelmus.nfshost.com _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe