Skip to content
Snippets Groups Projects
Commit 078ec73d authored by Ralf Jung's avatar Ralf Jung
Browse files

add eauto hint Db for calling solve_ndisj

parent 857f9909
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,4 @@ Ltac solve_ndisj :=
| H : _ _ _ |- _ => apply union_subseteq in H as [??]
end;
solve [eauto with ndisj].
Hint Extern 1000 => solve_ndisj : solve_ndisj.
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