3 lines
57 B
Text
3 lines
57 B
Text
variable {α : Type}
|
||
def f (a : α) : α := a
|
||
#check f 1
|
variable {α : Type}
|
||
def f (a : α) : α := a
|
||
#check f 1
|