aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2020-01-28 14:19:32 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2020-01-28 14:19:32 +0100
commit53e71fe319df5319cd0451625e2ca039ad7b7cb2 (patch)
tree705016c8e2f59dd802aa3ade16b2977f7472d5f6 /src
parentd6dd4cd1b3afddf77872dd1fcf128837e92840f7 (diff)
downloadsmtcoq-53e71fe319df5319cd0451625e2ca039ad7b7cb2.tar.gz
smtcoq-53e71fe319df5319cd0451625e2ca039ad7b7cb2.zip
Best practice
Diffstat (limited to 'src')
-rw-r--r--src/BEST_PRACTICE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/BEST_PRACTICE.md b/src/BEST_PRACTICE.md
new file mode 100644
index 0000000..ba15070
--- /dev/null
+++ b/src/BEST_PRACTICE.md
@@ -0,0 +1,17 @@
+# Proofs
+## Axioms
+
+No axiom should be added. No library adding axioms should be imported.
+
+
+# Code organization
+## Theories
+
+Theories are organized in sub-directories whose names are the names of
+each theory.
+
+
+## Compilation
+
+Before pushing or making a pull request to the master branch, make sure
+that the project compiles with both standard and native Coq.