Skip to content
Snippets Groups Projects
Commit d2b01768 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Make the pattern for [tctx_extract_hasty_here_eq] more robust.

parent 58e7c681
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -363,5 +363,5 @@ Hint Resolve tctx_extract_blocked_here tctx_extract_blocked_cons
the environment if the type is copy. But due to a bug in Coq, we
cannot enforce this using [Hint Resolve]. Cf:
https://coq.inria.fr/bugs/show_bug.cgi?id=5299 *)
Hint Extern 2 (tctx_extract_hasty _ _ ?p _ ((?p _) :: _) _) =>
Hint Extern 2 (tctx_extract_hasty _ _ _ _ ((_ _) :: _) _) =>
eapply tctx_extract_hasty_here_eq.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment