Changeset 12348 for src/Pugs/Eval

Show
Ignore:
Timestamp:
08/17/06 04:33:10 (2 years ago)
Author:
audreyt
Message:

* Remove debug statements and reorg a bit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Eval/Var.hs

    r12347 r12348  
    262262        -- get superclasses 
    263263        attrs <- fmap (fmap (filter (/= pkg) . nub)) $ findAttrs pkg 
    264         warn "ATTRS" attrs 
    265264        if isNothing attrs || null (fromJust attrs) then fmap (err NoMatchingMulti) (findSub' var) else do 
    266265        (`fix` (fromJust attrs)) $ \run pkgs -> do