aboutsummaryrefslogtreecommitdiffstats
path: root/src/BEST_PRACTICE.md
blob: d72c112fdd2602d17f06641dbf4a43a5ee9d6839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Proofs
## Axioms

No axiom should be added. No library adding axioms should be imported
(except Int63 and Array).


# 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.