aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/BEST_PRACTICE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/BEST_PRACTICE.md b/src/BEST_PRACTICE.md
index ba15070..0854551 100644
--- a/src/BEST_PRACTICE.md
+++ b/src/BEST_PRACTICE.md
@@ -4,6 +4,14 @@
No axiom should be added. No library adding axioms should be imported.
+## Hints
+
+Every hint should be put in a hint database, whose name starts with
+"smtcoq_". There should be a different database for each part of SMTCoq
+(e.g., one for each theory). The general database that is used across
+the project is named `smtcoq_core`.
+
+
# Code organization
## Theories