lean4-htt/tests/lean/run/elab3.lean
2017-03-09 18:41:19 -08:00

3 lines
90 B
Text

set_option pp.binder_types true
axiom Sorry {A : Sort*} : A
#check (Sorry : ∀ a, a > 0)