Hi,I am trying to run the following from the GHCi command prompt which results in parse error.--------------Prelude> :{Prelude| foo :: Maybe StringPrelude| foo = doPrelude| x <- Just 3Prelude| y <- Just "!"Prelude| Just (show x ++ y)Prelude| :}<interactive>:145:5: parse error on input `='---------------Any help would be appreciated.Thanks,Shishir
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners