From a76a7ba71b6093c59e5cba748d09ae7d5b18def9 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 14 Jun 2018 15:14:59 +0200 Subject: [PATCH] solve_ndisj: try harder --- theories/namespaces.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/namespaces.v b/theories/namespaces.v index 677dfb51..6828bfc0 100644 --- a/theories/namespaces.v +++ b/theories/namespaces.v @@ -101,5 +101,5 @@ Ltac solve_ndisj := repeat match goal with | H : _ ∪ _ ⊆ _ |- _ => apply union_subseteq in H as [??] end; - solve [eauto with ndisj]. + solve [eauto 10 with ndisj]. Hint Extern 1000 => solve_ndisj : solve_ndisj. -- GitLab