Changeset 4285 for src/Pugs/Types/Code.hs
- Timestamp:
- 06/02/05 00:33:07 (4 years ago)
- svk:copy_cache_prev:
- 5861
- Files:
-
- 1 modified
-
src/Pugs/Types/Code.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Types/Code.hs
r4270 r4285 26 26 -- XXX - subType should really just be a mkType itself 27 27 code_iType c = case subType c of 28 SubBlock -> mkType "Block" 28 SubBlock -> mkType "Bare" 29 SubPointy -> mkType "Block" 29 30 SubMethod -> mkType "Method" 30 31 _ -> mkType "Sub"
