lean2/tests/lean/mismatch.lean

4 lines
79 B
Text

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