source: sizechecking/branches/macs/Proof.hs @ 29

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

move to separate file

File size: 192 bytes
Line 
1{-# LANGUAGE TypeFamilies, Rank2Types #-}
2
3module Proof where
4
5import Lambda
6import Ops
7import Size
8import Exp
9import SizedFun
10import qualified Prelude
11import Prelude (String, Int, ($), (.))
12
Note: See TracBrowser for help on using the repository browser.