aboutsummaryrefslogtreecommitdiff
path: root/folkwisdom.md
diff options
context:
space:
mode:
Diffstat (limited to 'folkwisdom.md')
-rw-r--r--folkwisdom.md2
1 files changed, 2 insertions, 0 deletions
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`