Update examples to use new module names
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
import Eval.Haskell
|
||||
import System.Eval.Haskell
|
||||
|
||||
main = do i <- eval "1 + 6 :: Int" [] :: IO (Maybe Int)
|
||||
if isJust i then putStrLn $ show (fromJust i) else return ()
|
||||
|
Reference in New Issue
Block a user