This would involve adding the composition operator `(.)`. Example usage: ``` six = (mul 2 . add 1) 2 ``` Requires #28 to be fixed.
This would involve adding the composition operator
(.).Example usage:
Requires #28 to be fixed.