chore: change trustCompiler axiom to True (#2662)

This commit is contained in:
Scott Morrison 2023-10-11 17:59:03 +11:00 committed by GitHub
parent 115991066d
commit 97f5ad7804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1615,7 +1615,7 @@ namespace Lean
/--
Depends on the correctness of the Lean compiler, interpreter, and all `[implemented_by ...]` and `[extern ...]` annotations.
-/
axiom trustCompiler : False
axiom trustCompiler : True
/--
When the kernel tries to reduce a term `Lean.reduceBool c`, it will invoke the Lean interpreter to evaluate `c`.