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

4 lines
144 B
Text

check λ (A : Type) (a b c d : A) (H1 : a = b) (H2 : c = b) (H3 : d = c),
calc a = b : H1
... = c : eq.symm H2
... = d : eq.symm H3