source:
sizechecking/branches/macs/tests/LambdaTest.hs
@
19
Last change on this file since 19 was 19, checked in by gobi, 11 years ago | |
---|---|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[19] | 1 | {-# LANGUAGE NoMonomorphismRestriction #-} |
2 | import Lambda | |
3 | import Prelude ( (+), ($), Int ) | |
4 | ||
5 | test1 :: (Lambda l) => l Int | |
6 | test1 = app (lam $ \x -> (const 3)) (const 2) |
Note: See TracBrowser
for help on using the repository browser.