chore: update stage0
This commit is contained in:
parent
a4901f131b
commit
0334bcb1bf
1 changed files with 1 additions and 1 deletions
2
stage0/src/Init/Classical.lean
generated
2
stage0/src/Init/Classical.lean
generated
|
|
@ -68,7 +68,7 @@ noncomputable def inhabitedOfExists {α : Sort u} {p : α → Prop} (h : ∃ x,
|
|||
inhabitedOfNonempty (Exists.elim h (fun w hw => ⟨w⟩))
|
||||
|
||||
/- all propositions are Decidable -/
|
||||
noncomputable def propDecidable (a : Prop) : Decidable a :=
|
||||
@[scoped instance low] noncomputable def propDecidable (a : Prop) : Decidable a :=
|
||||
choice <| match em a with
|
||||
| Or.inl h => ⟨isTrue h⟩
|
||||
| Or.inr h => ⟨isFalse h⟩
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue