4 lines
83 B
Text
4 lines
83 B
Text
-- definition id {A : Type} {a : A} := a
|
|
definition o : num := 1
|
|
|
|
#check @id nat o
|