Changeset 29


Ignore:
Timestamp:
May 15, 2014, 7:25:06 PM (11 years ago)
Author:
gobi
Message:

move to separate file

Location:
sizechecking/branches/macs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sizechecking/branches/macs/Proof.hs

    r28 r29  
    1 {-# LANGUAGE TypeFamilies #-} 
     1{-# LANGUAGE TypeFamilies, Rank2Types #-} 
    22 
    33module Proof where 
     
    1111import Prelude (String, Int, ($), (.)) 
    1212 
    13  
    14 data ZContext = ZContext {} 
    15 data Constraint  
    16 newtype Z a = Z { unZ :: SizeExp } 
    17  
    18 instance Size Q where 
    19 instance Lambda Z where 
    20 instance LOps Z where 
    21 instance Exp Z where 
  • sizechecking/branches/macs/SizedFun.hs

    r28 r29  
    5757    type SizeExp Q = S SData 
    5858    bind name size exp = exp 
    59  
Note: See TracChangeset for help on using the changeset viewer.