<div dir="ltr"><div>Interaction between instance search and tactics is currently a little flaky. Could you add your problem to this issue:<br></div><div><br></div><div><a href="https://github.com/agda/agda/issues/4777">https://github.com/agda/agda/issues/4777</a></div><div><br></div><div>I believe the problem in your case is that instance search runs after the macro, and there's currently no way to force it</div><div>to happen during the macro call.<br></div><div><br></div><div>/ Ulf<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 15, 2020 at 7:15 PM Joris Ceulemans <<a href="mailto:joris.ceulemans@vub.be">joris.ceulemans@vub.be</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
<br>
When defining a macro, is it possible to get information on whether <br>
instance resolution for a specific instance metavariable succeeds or not <br>
and based on that do different things?<br>
<br>
Attached is a small example of what I have in mind. I tried working with <br>
"noConstraints" but that doesn't work (or at least not the way that I <br>
use it).<br>
<br>
<br>
Best,<br>
<br>
Joris<br>
<br>
_______________________________________________<br>
Agda mailing list<br>
<a href="mailto:Agda@lists.chalmers.se" target="_blank">Agda@lists.chalmers.se</a><br>
<a href="https://lists.chalmers.se/mailman/listinfo/agda" rel="noreferrer" target="_blank">https://lists.chalmers.se/mailman/listinfo/agda</a><br>
</blockquote></div>