lean2/tests/lean/mismatch.lean

4 lines
55 B
Text
Raw Normal View History

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