3 lines
85 B
Text
3 lines
85 B
Text
def x : nat → nat :=
|
|
λ a, {! a + a !}
|
|
--^ "command": "hole", "action": "Use"
|