d2eb99bf11
choice axiom is now in the classical namespace.
6 lines
190 B
Text
6 lines
190 B
Text
import logic
|
|
open inhabited nonempty classical
|
|
|
|
noncomputable definition v1 : Prop := epsilon (λ x, true)
|
|
inductive Empty : Type
|
|
noncomputable definition v2 : Empty := epsilon (λ x, true)
|