Changeset 5356
- Timestamp:
- 07/10/05 14:11:08 (4 years ago)
- svk:copy_cache_prev:
- 7349
- Files:
-
- 1 modified
-
src/Pugs/Compile/Pugs.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile/Pugs.hs
r5355 r5356 161 161 #else 162 162 compile code | subType code == SubPrim = return $ text "mkPrim" 163 compile code = return $ text $ show code{ sub Type= Nothing }163 compile code = return $ text $ show code{ subEnv = Nothing } 164 164 #endif 165 165
