Changeset 15242 for src/Pugs/Eval

Show
Ignore:
Timestamp:
02/10/07 04:37:58 (22 months ago)
Author:
audreyt
Message:

* New "constant" scope as alis for "my" (not really constant yet)

Files:
1 modified

Legend:

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

    r14547 r15242  
    234234                -- This is the Capture object we are going to work with 
    235235                let capt = CaptMeth invVV [Val.MkFeed posVVs namVVs] 
    236  
     236                -- callMethod methName [] 
     237                -- inv ./ meth = ivDispatch inv $ MkMethodInvocation meth (mkArgs []) 
    237238                return . castV $ "CCall " ++ show methName ++ " " ++ show capt 
    238239            }