chore: cleanup allowUnsafeReducibility (#5198)
This commit is contained in:
parent
2dd6b2b9c8
commit
3dfa7812f9
2 changed files with 0 additions and 6 deletions
|
|
@ -11,9 +11,6 @@ import Init.ByCases
|
|||
import Init.Conv
|
||||
import Init.Omega
|
||||
|
||||
-- Remove after the next stage0 update
|
||||
set_option allowUnsafeReducibility true
|
||||
|
||||
namespace Fin
|
||||
|
||||
/-- If you actually have an element of `Fin n`, then the `n` is always positive -/
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@ import Init.RCases
|
|||
# Lemmas about integer division needed to bootstrap `omega`.
|
||||
-/
|
||||
|
||||
-- Remove after the next stage0 update
|
||||
set_option allowUnsafeReducibility true
|
||||
|
||||
open Nat (succ)
|
||||
|
||||
namespace Int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue