lean2/tests/lean/mismatch.lean
2015-06-14 19:44:00 -07:00

3 lines
55 B
Text

definition id {A : Type} {a : A} := a
check @id nat 1