F# tips weekly #3: piped lambda function
Usage of lambda functions as parameters for another function is well known. Less commonly used is the application of lambda functions in other contexts. We can leverage the fact that a lambda function is a value and use it wherever we can use a norma...
Jan 25, 20242 min read573
