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

1 line
74 B
Text

check λ (A : Type) (a : A) (b c : _), if a = b ∧ a = c then tt else ff