aboutsummaryrefslogtreecommitdiffstats
path: root/src/BEST_PRACTICE.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-03-31 20:35:00 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-03-31 20:35:00 +0200
commit632b7b11b25f78461872f50621b325321678810c (patch)
treec2b9e92ffe26978cfe68dce45f24413de1aa0ace /src/BEST_PRACTICE.md
parent20831b39a73ebd38336f19ad4ddb4d6b1078d60d (diff)
parent80a54a0e1974729d4756d2cc8483a2548c8dd2d0 (diff)
downloadsmtcoq-632b7b11b25f78461872f50621b325321678810c.tar.gz
smtcoq-632b7b11b25f78461872f50621b325321678810c.zip
Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10
Diffstat (limited to 'src/BEST_PRACTICE.md')
-rw-r--r--src/BEST_PRACTICE.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/BEST_PRACTICE.md b/src/BEST_PRACTICE.md
index 0854551..a61ec79 100644
--- a/src/BEST_PRACTICE.md
+++ b/src/BEST_PRACTICE.md
@@ -1,7 +1,8 @@
# Proofs
## Axioms
-No axiom should be added. No library adding axioms should be imported.
+No axiom should be added. No library adding axioms should be imported
+(except Int63 and Array).
## Hints
@@ -13,6 +14,9 @@ the project is named `smtcoq_core`.
# Code organization
+## Documentation
+Every OCaml module comes with a documented interface.
+
## Theories
Theories are organized in sub-directories whose names are the names of