lean4-htt/old_tests/tests/lean/run/elab3.lean
2018-04-10 12:56:55 -07:00

3 lines
90 B
Text

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