Ignore:
Timestamp:
May 4, 2014, 6:57:47 PM (11 years ago)
Author:
gobi
Message:

monad for observable sharing

File:
1 edited

Legend:

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

    r22 r25  
     1{-# LANGUAGE TypeFamilies #-} 
     2{-# LANGUAGE MultiParamTypeClasses #-} 
     3{-# LANGUAGE FlexibleInstances #-} 
     4 
    15module Size where 
    26 
     
    1317    unsized :: l Unsized 
    1418    bottom :: l a 
     19 
    1520 
    1621instance Size S where 
     
    4651        . showChar ' ' 
    4752        . unS e2 s3 2 
     53 
Note: See TracChangeset for help on using the changeset viewer.