Changeset 14317 for src/Pugs/Compile.hs
- Timestamp:
- 10/17/06 08:24:53 (2 years ago)
- svk:copy_cache_prev:
- 21206
- Files:
-
- 1 modified
-
src/Pugs/Compile.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile.hs
r13864 r14317 313 313 isLogicalLazy _ = False 314 314 compile exp@(Syn "if" _) = compConditional exp 315 compile exp@(Syn "cond" _) = compConditional exp 315 316 compile (Syn "{}" (x:xs)) = compile $ App (_Var "&postcircumfix:{}") (Just x) xs 316 317 compile (Syn "[]" (x:xs)) = do
