Changeset 2541 for src/Pugs/Types/Pair.hs
- Timestamp:
- 05/01/05 06:40:46 (4 years ago)
- svk:copy_cache_prev:
- 4052
- Files:
-
- 1 modified
-
src/Pugs/Types/Pair.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Types/Pair.hs
r2441 r2541 32 32 pair_fetchElem pv = do 33 33 return $ proxyScalar (pair_fetchVal pv) (pair_storeVal pv) 34 35 instance PairClass IPairHashSlice where 36 pair_iType = const $ mkType "Pair::HashSlice" 37 pair_fetchKey = return . VStr . fst 38 pair_fetchElem = return . snd
