Show
Ignore:
Timestamp:
09/03/05 20:41:00 (3 years ago)
Author:
luqui
Message:

r548@feather: fibonaci | 2005-09-03 20:40:28 +0200
Rewrote findSyms to do real shadowing instead of returning all possible symbols. That is, if
there is a matching name in the lexical, it returns no global names. This solves the lexical
operator bug.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST/Internals.hs

    r6590 r6672  
    44module Pugs.AST.Internals ( 
    55    Eval,      -- uses Val, Env, SIO 
     6    EvalMonad, 
    67    Exp(..),   -- uses Pad, Eval, Val 
    78    Env(..),   -- uses Pad, TVar, Exp, Eval, Val