Changeset 26 for src/Internals.hs

Show
Ignore:
Timestamp:
02/14/05 06:02:18 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
1041
Message:

* snapshot during monadic refactoring

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Internals.hs

    r25 r26  
    7777instance Eq (a -> b) where 
    7878    _ == _ = False 
     79instance Ord (a -> b) where 
     80    compare _ _ = LT