Compare commits

...

1 Commits

Author SHA1 Message Date
Scott Morrison
610385307c chore: change trustCompiler axiom to True 2023-10-11 16:45:25 +11:00

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