Skip to content
Snippets Groups Projects
Commit 6d0d4997 authored by Jonas Kastberg's avatar Jonas Kastberg
Browse files

Use right lemma in automation

parent 6a6f8375
No related branches found
No related tags found
No related merge requests found
......@@ -511,4 +511,4 @@ Section subtyping_rules.
End subtyping_rules.
Hint Extern 0 (environments.envs_entails _ (?x <: ?y)) =>
first [is_evar x; fail 1 | is_evar y; fail 1|iApply iProto_le_refl] : core.
first [is_evar x; fail 1 | is_evar y; fail 1|iApply lty_le_refl] : 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