From 073e454f6b3cef02696eb3913c7c1ee4f0e71247 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 19 Oct 2016 13:29:24 -0400 Subject: Fix broken [firstorder auto with *] >:-( --- src/Util/FixCoqMistakes.v | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Util/FixCoqMistakes.v') diff --git a/src/Util/FixCoqMistakes.v b/src/Util/FixCoqMistakes.v index 28f1ac757..26fc103c1 100644 --- a/src/Util/FixCoqMistakes.v +++ b/src/Util/FixCoqMistakes.v @@ -9,6 +9,11 @@ Require Export Crypto.Util.GlobalSettings. Tactic Notation "intuition" tactic3(tactic) := intuition tactic. Tactic Notation "intuition" := intuition auto. +(** [firstorder] means [firstorder auto with *]. This is very wrong + and fragile and slow. We make [firstorder] mean [firstorder + auto]. *) +Global Set Firstorder Solver auto. + (** A version of [intuition] that allows you to see how the old [intuition] tactic solves the proof. *) Ltac debug_intuition := idtac "Warning: debug_intuition should not be used in production code."; intuition debug auto with *. -- cgit v1.2.3