You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original example was mlock Definition y : forall {T:Type}, T -> T := fun _ x => x. (zulip Link); but in general, reading forall {T:Type}, ... should probably emit the warning as soon as the info is thrown away?
The text was updated successfully, but these errors were encountered:
Blaisorblade
changed the title
Emit unexpected-implicit-declaration warning warning on ignored implicit binders
Emit unexpected-implicit-declaration warning on ignored implicit binders
Oct 18, 2023
The original example was
mlock Definition y : forall {T:Type}, T -> T := fun _ x => x.
(zulip Link); but in general, readingforall {T:Type}, ...
should probably emit the warning as soon as the info is thrown away?The text was updated successfully, but these errors were encountered: