6 lines
136 B
Text
6 lines
136 B
Text
|
import logic hilbert
|
||
|
|
||
|
definition v1 : Prop := epsilon (λ x, true)
|
||
|
inductive Empty : Type
|
||
|
definition v2 : Empty := epsilon (λ x, true)
|