Learn Before
Concept
CCG Operations
The first pair of operators permit us to compose adjacent functions:
The first rule, called forward composition, can be applied to adjacent constituents where the first is a function seeking an argument of type Y to its right, and the second is a function that provides Y as a result. This rule allows us to compose these two functions into a single one with the type of the first constituent and the argument of the second.
The second rule, backward composition is the same, except that we’re looking to the left instead of to the right for the relevant arguments.
0
1
Updated 2021-12-26
Tags
Data (Information)
Data Science