lean4-htt/tests/lean/run/elab3.lean
Leonardo de Moura 8993d0738a feat(frontends/lean): remove #elab command
The check command is now using the new elaborator.
2016-08-02 15:05:24 -07:00

3 lines
88 B
Text

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