lean4-htt/tests/lean/mismatch.lean
2017-03-09 18:41:19 -08:00

4 lines
83 B
Text

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