Changeset 24 for sizechecking/branches/macs/tests/LambdaTest.hs
- Timestamp:
- May 3, 2014, 6:38:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sizechecking/branches/macs/tests/LambdaTest.hs
r21 r24 8 8 9 9 test1 :: (Lambda l) => l Int 10 test1 = app (lam $ \_ -> const 3) (const 2)10 test1 = app (lam $ \_ -> lit 3) (lit 2) 11 11 12 12 test1ast :: IO Bool
Note: See TracChangeset
for help on using the changeset viewer.