Skip to content
Snippets Groups Projects
Commit 66f8aa36 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

eauto hint for introducing ◇.

parent 070a85d9
No related branches found
No related tags found
No related merge requests found
......@@ -1280,6 +1280,7 @@ Hint Extern 1 (of_envs _ ⊢ _) =>
| |- _ _ => iClear "*"; iAlways
| |- _ _, _ => iExists _
| |- _ |==> _ => iModIntro
| |- _ _ => iModIntro
end.
Hint Extern 1 (of_envs _ _) =>
match goal with |- _ (_ _)%I => iLeft end.
......
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