Changeset 5662
- Timestamp:
- 07/18/05 16:49:03 (3 years ago)
- svk:copy_cache_prev:
- 7648
- Files:
-
- 1 modified
-
src/Pugs/Compile.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile.hs
r5646 r5662 89 89 show PNil = "PNil" 90 90 show PNoop = "PNoop" 91 show (PPos x y z) = "(PPos " ++ show x ++ " " ++ show y ++ "" ++ show z ++ ")"91 show (PPos x _ z) = "(PPos " ++ show x ++ " Noop " ++ show z ++ ")" 92 92 show (PApp x y i z) = "(PApp " ++ show x ++ " " ++ show y ++ " " ++ show i ++ " " ++ show z ++ ")" 93 93 show (PExp x) = "(PExp " ++ show x ++ ")"
