From 89b3547b231851c739c58c20e2f19073a5cb4c5b Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 19 Jul 2016 17:02:53 -0700 Subject: Work around bad design in Coq This is https://coq.inria.fr/bugs/show_bug.cgi?id=4949, [intuition] should not use [auto with *] by default --- folkwisdom.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'folkwisdom.md') diff --git a/folkwisdom.md b/folkwisdom.md index 3c8d92036..d6d65f12e 100644 --- a/folkwisdom.md +++ b/folkwisdom.md @@ -280,6 +280,8 @@ Considerations not (yet) covered in this document include the following: - how to write tactics that are debuggable - how to write tactics that are robust against small changes - reification: ltac, typeclasses, canonical structures (maybe reference an existing document) + - how `intuition` should never be used because it calls `auto with *`, which + leads to fragile documents, and `intuition auto` should be used instead - performance of proofs and proof checking - `simpl`, `cbn`, `cbv` - `Qed slowness, `change` vs `rewrite` -- cgit v1.2.3