Zulip Chat Archive
Stream: metaprogramming / tactics
Topic: MVarId.apply without infering instance arguments
Liam Schilling (Feb 18 2025 at 17:43):
Hello,
Is there a way to get similar functionality to MVarId.apply e
but which does not even try to synthesize the BinderInfo.instImplicit
arguments of e
, instead treating them all exactly as though they just had the BinderInfo.default
binding? That is, returning them as subgoals.
Last updated: May 02 2025 at 03:31 UTC