<div dir="ltr">There is an issue already.<br><br><div><br><a href="https://github.com/agda/agda/issues/888">https://github.com/agda/agda/issues/888</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 30, 2017 at 7:24 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><div>Consider this example :<br><br>```<br>module test where<br><br><br>data T : Set where<br>  t : T<br>  tt : T<br><br>data D : T → Set where<br>  d : D t<br>  dt : D tt<br><br><br>f : T → T<br>f t = tt<br>f tt = t<br><br>g : (x : T) → D (f (f (f x)))<br>g x = {!!} where<br> e = (f (f (f x)))<br><br>```<br><br></div>A. When someone checks the hole with C-c C-, , he does not see the type of e.<br></div><br>B. It would be nice if the goal type and the context were updated to contain the e variable. <br><br></div>If the expressions are very long, I currently have to check them very carefully to see if the variable I have defined is the same as the expression.<br></div>
</blockquote></div><br></div>