From a845071c6ab36da0cb8c82b17b461b4f2f0342f5 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Tue, 28 Jan 2020 14:42:07 +0100 Subject: Best practice on axiom --- src/BEST_PRACTICE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/BEST_PRACTICE.md') diff --git a/src/BEST_PRACTICE.md b/src/BEST_PRACTICE.md index ba15070..d72c112 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). # Code organization -- cgit