Changeset 17701 for src/Pugs/Compile.hs

Show
Ignore:
Timestamp:
09/06/07 19:43:34 (15 months ago)
Author:
lwall
Message:

s:g/err/orelse/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile.hs

    r16336 r17701  
    306306        isLogicalLazy (PExp (PVar "&infix:or"))  = True 
    307307        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 
    309310        isLogicalLazy (PExp (PVar "&infix:||"))  = True 
    310311        isLogicalLazy (PExp (PVar "&infix:&&"))  = True