Show
Ignore:
Timestamp:
05/28/05 21:15:28 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
5515
Message:

* fix when .isa() infinite loop introduced yesterday,

as reported by eric256

Files:
1 modified

Legend:

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

    r3714 r4072  
    149149 
    150150op2Match x y@(VType _) = do 
    151     typ <- evalValType x 
     151    typ <- fromVal x 
    152152    op2Match (VType typ) y 
    153153