Changeset 15420 for src/Pugs/Eval

Show
Ignore:
Timestamp:
03/03/07 14:57:49 (21 months ago)
Author:
audreyt
Message:

* Pugs.Eval: Chase Feed/Capture changes. (We switched

from a lazy [Val] into a parallel-friendly strict [:Val:].)

Files:
1 modified

Legend:

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

    r15374 r15420  
    234234 
    235235                -- This is the Capture object we are going to work with 
    236                 let capt = CaptMeth invVV [Val.MkFeed posVVs namVVs] 
     236                -- let capt = CaptMeth invVV (MkArguments Val.MkFeed posVVs namVVs] 
    237237                -- callMethod methName [] 
    238238                -- inv ./ meth = ivDispatch inv $ MkMethodInvocation meth (mkArgs [])