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

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

cleanup

File size: 351 bytes
RevLine 
[28]1{-# LANGUAGE TypeFamilies #-}
2
3module Proof where
4
5import Lambda
6import Ops
7import Size
8import Exp
9import SizedFun
10import qualified Prelude
11import Prelude (String, Int, ($), (.))
12
13
14data ZContext = ZContext {}
15data Constraint 
16newtype Z a = Z { unZ :: SizeExp }
17
18instance Size Q where
19instance Lambda Z where
20instance LOps Z where
21instance Exp Z where
Note: See TracBrowser for help on using the repository browser.