chore: synthetic := false by default at sorryAx
This commit is contained in:
parent
2b2f315fb9
commit
2e6dae01f0
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ structure Subtype {α : Sort u} (p : α → Prop) where
|
|||
|
||||
/- Auxiliary axiom used to implement `sorry`. -/
|
||||
@[extern "lean_sorry", neverExtract]
|
||||
axiom sorryAx (α : Sort u) (synthetic := true) : α
|
||||
axiom sorryAx (α : Sort u) (synthetic := false) : α
|
||||
|
||||
theorem eq_false_of_ne_true : {b : Bool} → Not (Eq b true) → Eq b false
|
||||
| true, h => False.elim (h rfl)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue