Is there a better way to express (\(a, b) -> a < b) with function composition? I feel like I'm missing something and experimenting with curry only confused me more.
| |||
|
feedback
|
|
In this case, it's (Another useful source for combinators useful in writing functions on tuples is | |||
|
feedback
|