<div dir="ltr"><a href="http://docs.idris-lang.org/en/latest/tutorial/miscellany.html?#auto-implicit-arguments">http://docs.idris-lang.org/en/latest/tutorial/miscellany.html?#auto-implicit-arguments</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 31, 2017 at 6:17 PM, Apostolis Xekoukoulotakis <span dir="ltr"><<a href="mailto:apostolis.xekoukoulotakis@gmail.com" target="_blank">apostolis.xekoukoulotakis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>I am trying to simplify my code by using instance arguments and thus letting agda fill them.<br><br></div>I am wondering why Agda does not allow to pick variables that are not instance tagged as solutions if there is a unique such solution in the context.<br><br></div>A similar feature is the 'auto' in Idris. In this case, auto specifies which implicit arguments to automatically fill , with anything found in the context.<br></div>
</blockquote></div><br></div>