Changeset 12075 for src/Pugs/Val

Show
Ignore:
Timestamp:
08/10/06 15:47:24 (2 years ago)
Author:
audreyt
Message:

* Pugs.Val.Int: there's no need to define two empty instances... at least for GHC 6.5 here.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Val/Int.hs

    r12072 r12075  
    3030    deriving (Typeable, Show, Eq, Ord, Data) 
    3131 
    32 instance (:>:) Integer PureInt where 
    33 instance (:<:) Integer PureInt where 
    34  
    3532 
    3633{- regretfully, I couldn't find a way to put this here w/o circularity.