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
would fail at exact one, but only the failure message is displayed in the interface, and the warning is not shown. This is the output by coqc:
File "./warning.v", line 8, characters 13-16:
Warning: Reference one is deprecated since 0. useless
[deprecated-reference-since-0,deprecated-since-0,deprecated-reference,deprecated,default]
File "./warning.v", line 8, characters 13-16:
Warning: Reference one is deprecated since 0. useless
[deprecated-reference-since-0,deprecated-since-0,deprecated-reference,deprecated,default]
File "./warning.v", line 8, characters 13-16:
Error:
The term "one" has type "False -> False" while it is expected to have type
"False".
Ideally, I should be able to see the deprecation warning when a tactic fails to apply.
The text was updated successfully, but these errors were encountered:
For example, a script like this:
would fail at
exact one
, but only the failure message is displayed in the interface, and the warning is not shown. This is the output bycoqc
:Ideally, I should be able to see the deprecation warning when a tactic fails to apply.
The text was updated successfully, but these errors were encountered: