source:
sizechecking/branches/macs/Proof.hs
@
29
Last change on this file since 29 was 29, checked in by gobi, 11 years ago | |
---|---|
File size: 192 bytes |
Rev | Line | |
---|---|---|
[29] | 1 | {-# LANGUAGE TypeFamilies, Rank2Types #-} |
[28] | 2 | |
3 | module Proof where | |
4 | ||
5 | import Lambda | |
6 | import Ops | |
7 | import Size | |
8 | import Exp | |
9 | import SizedFun | |
10 | import qualified Prelude | |
11 | import Prelude (String, Int, ($), (.)) | |
12 |
Note: See TracBrowser
for help on using the repository browser.