Changeset 7747 for src/Pugs/Types
- Timestamp:
- 10/27/05 03:54:07 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Types/Thunk.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Types/Thunk.hs
r2441 r7747 6 6 7 7 instance ThunkClass VThunk where 8 thunk_force (MkThunk c) = c 8 thunk_iType (MkThunk _ t) = t 9 thunk_force (MkThunk c _) = c 9 10
