Changeset 4153 for src/Pugs/Internals.hs

Show
Ignore:
Timestamp:
05/30/05 09:15:32 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5706
Message:

* opendir/readdir/rewinddir/closedir on *nix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Internals.hs

    r4084 r4153  
    133133instance Ord (a -> b) where 
    134134    compare _ _ = LT 
     135instance Eq Dynamic where 
     136    _ == _ = False 
     137instance Ord Dynamic where 
     138    compare _ _ = LT 
    135139 
    136140internalError :: String -> a