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