Changeset 21673 for src/Pugs/Types
- Timestamp:
- 08/01/08 13:56:05 (4 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Types/Hash.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Types/Hash.hs
r15615 r21673 103 103 104 104 instance HashClass IHash where 105 hash_iType = const $ mkType "Hash" 105 106 hash_clone hv = do 106 107 ps <- unsafeIOToSTM $ H.toList hv
