Changeset 32 for src/Internals.hs
- Timestamp:
- 02/16/05 18:48:28 (4 years ago)
- svk:copy_cache_prev:
- 1041
- Files:
-
- 1 modified
-
src/Internals.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Internals.hs
r29 r32 78 78 show = show . hashUnique 79 79 instance Show (a -> b) where 80 show f = " sub { ... }"80 show f = "(->)" 81 81 instance Eq (a -> b) where 82 82 _ == _ = False
