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