Skip to content
Snippets Groups Projects
Verified Commit c3ceb583 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Add missing `iSplit` hint for `∗-∗`

parent 4f3eb1ac
No related branches found
No related tags found
No related merge requests found
......@@ -3186,6 +3186,7 @@ Hint Extern 0 (envs_entails _ (∀.. _, _)) => iIntros (?) : core.
Hint Extern 1 (envs_entails _ (_ _)) => iSplit : core.
Hint Extern 1 (envs_entails _ (_ _)) => iSplit : core.
Hint Extern 1 (envs_entails _ (_ ∗-∗ _)) => iSplit : core.
Hint Extern 1 (envs_entails _ ( _)) => iNext : core.
Hint Extern 1 (envs_entails _ ( _)) => iAlways : core.
Hint Extern 1 (envs_entails _ (<pers> _)) => iAlways : core.
......
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