2 lines
43 B
Groovy
2 lines
43 B
Groovy
|
|
def compose = { f, g -> { x -> f(g(x)) } }
|
|
|
def compose = { f, g -> { x -> f(g(x)) } }
|