Changeset 15242 for src/Pugs/Eval
- Timestamp:
- 02/10/07 04:37:58 (22 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Eval/Var.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Eval/Var.hs
r14547 r15242 234 234 -- This is the Capture object we are going to work with 235 235 let capt = CaptMeth invVV [Val.MkFeed posVVs namVVs] 236 236 -- callMethod methName [] 237 -- inv ./ meth = ivDispatch inv $ MkMethodInvocation meth (mkArgs []) 237 238 return . castV $ "CCall " ++ show methName ++ " " ++ show capt 238 239 }
