Changeset 17701 for src/Pugs/Compile

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/PIL2.hs

    r15777 r17701  
    298298        isLogicalLazy (PExp (PVar "&infix:or"))  = True 
    299299        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 
    301302        isLogicalLazy (PExp (PVar "&infix:||"))  = True 
    302303        isLogicalLazy (PExp (PVar "&infix:&&"))  = True