Hi
I am fairly new to haskell ,
I was trying to use Eval function in haskell but its giving me a problem ,
even the example code given in http://www.cse.unsw.edu.au/~dons/hs-plugins/html/System-Eval-Haskell.html
do i <- eval "1 + 6 :: Int" [] :: IO (Maybe Int)is not working for me , it gives following error
when (isJust i) $ putStrLn (show (fromJust i))