lean4-htt/tests/lean/run/elab6.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

5 lines
148 B
Text

constants a b : nat
constant p : nat → Prop
constant H1 : p (a + a + a)
constant H2 : a = b
check (eq.subst H2 H1 : p (a + b + a))