Changeset 17701 for src/Pugs/Compile.hs
- Timestamp:
- 09/06/07 19:43:34 (15 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Compile.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile.hs
r16336 r17701 306 306 isLogicalLazy (PExp (PVar "&infix:or")) = True 307 307 isLogicalLazy (PExp (PVar "&infix:and")) = True 308 isLogicalLazy (PExp (PVar "&infix:err")) = True 308 isLogicalLazy (PExp (PVar "&infix:andthen")) = True 309 isLogicalLazy (PExp (PVar "&infix:orelse")) = True 309 310 isLogicalLazy (PExp (PVar "&infix:||")) = True 310 311 isLogicalLazy (PExp (PVar "&infix:&&")) = True
