We had to change subtype to use Sort since the axiom strong_indefinite_description uses it. see #1341
3 lines
89 B
Text
3 lines
89 B
Text
set_option pp.binder_types true
|
|
axiom Sorry {A : Sort*} : A
|
|
check (Sorry : ∀ a, a > 0)
|