source: sizechecking/branches/macs/tests/ExpTest.hs @ 22

Last change on this file since 22 was 22, checked in by gobi, 11 years ago

Expressions

File size: 256 bytes
Line 
1{-# LANGUAGE NoMonomorphismRestriction #-}
2
3module Tests.ExpTest where
4
5import Lambda
6import Exp
7import Ops
8import Prelude ( ($), Int, (==), return, sequence, (>>=), and, (.), IO, Bool )
9
10testNil :: Exp e => e [a]
11testNil = nil
12
13addOne :: Exp e => e [Int]
Note: See TracBrowser for help on using the repository browser.