chore: change trustCompiler axiom to True (#2662)
This commit is contained in:
parent
115991066d
commit
97f5ad7804
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue