3 lines
53 B
Text
3 lines
53 B
Text
def test {α : Type} [LT α] := List α
|
||
|
||
#check test
|
def test {α : Type} [LT α] := List α
|
||
|
||
#check test
|