4 lines
148 B
Text
4 lines
148 B
Text
def f (n : ℕ) := n^.to_string
|
||
--^ "command": "info"
|
||
def g (l : list ℕ) := l^.all
|
||
--^ "command": "info"
|