Fix a couple of test cases. A bit of renaming
This commit is contained in:
parent
e5569da033
commit
a7d3447310
@ -6,5 +6,5 @@
|
|||||||
--
|
--
|
||||||
import Eval.Haskell
|
import Eval.Haskell
|
||||||
|
|
||||||
main = do fn <- unsafeEval "(\\(x::Int) -> (x,x))" [] :: IO (Maybe (Int -> (Int,Int)))
|
main = do fn <- unsafeEval "(\\x -> (x,x::Int))" [] :: IO (Maybe (Int -> (Int,Int)))
|
||||||
when (isJust fn) $ putStrLn $ show $ (fromJust fn) 7
|
when (isJust fn) $ putStrLn $ show $ (fromJust fn) 7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user