Hi Ben,
Yes, I have a solution. For reference, I was unaware that method instances are
named with local variables in expression ASTs, while instances and other
top-level bindings are - so the solution is to add those Ids to the environment
before loading the expression, which
Josh Meredith writes:
> Hi,
> I'm trying to use initIfaceLoad and initIfaceLcl to lookup core `Name`s
> within a plugin. My understanding is that functions such as
> `lookupIfaceTop` are used for this, but I'm running into an issue that I
> suspect is caused by some `Name`s being inappropriate fo