Show
Ignore:
Timestamp:
02/22/07 23:04:03 (21 months ago)
Author:
lwall
Message:

More X/Z fixes
t/operators/precedence.t was using old precedence table

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/List.hs

    r15297 r15328  
    302302        "^^"    -> _false 
    303303        ","     -> _list 
    304         "Y"     -> _list 
    305      -- "\xA5"      -> _list 
    306         "\xC2\xA5"  -> _list 
     304        "Z"     -> _list 
     305        "X"     -> _list 
    307306        ('!':_) -> _false 
    308307        _           -> _undef