Changeset 3947 for src/Pugs/Types/Array.hs
- Timestamp:
- 05/27/05 03:41:51 (4 years ago)
- svk:copy_cache_prev:
- 5515
- Files:
-
- 1 modified
-
src/Pugs/Types/Array.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Types/Array.hs
r2627 r3947 251 251 array_deleteElem _ _ = retConstError undef 252 252 253 instance ArrayClass PerlSV where 254 array_iType = const $ mkType "Array::Perl" 255 array_fetchVal _ _ = return undef 256 array_storeVal _ _ _ = retConstError undef 257 array_storeElem _ _ _ = retConstError undef 258 array_deleteElem _ _ = retConstError undef
