Changeset 17701 for src/Pugs/Compile
- Timestamp:
- 09/06/07 19:43:34 (15 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Compile/PIL2.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile/PIL2.hs
r15777 r17701 298 298 isLogicalLazy (PExp (PVar "&infix:or")) = True 299 299 isLogicalLazy (PExp (PVar "&infix:and")) = True 300 isLogicalLazy (PExp (PVar "&infix:err")) = True 300 isLogicalLazy (PExp (PVar "&infix:andthen")) = True 301 isLogicalLazy (PExp (PVar "&infix:orelse")) = True 301 302 isLogicalLazy (PExp (PVar "&infix:||")) = True 302 303 isLogicalLazy (PExp (PVar "&infix:&&")) = True
