3 lines
53 B
Text
3 lines
53 B
Text
|
|
# apply g first and then f
|
||
|
|
def compose(f; g): g | f;
|