📜Summary

That's a lot just about functions 😉 But they are corner stone.

  • Signature with arrow notation ->

  • Universal signature T -> U thanks to unittype and currying

  • Generic function, anonymous function, lambda

  • Recursive function and tail recursion

  • Differences between functions and methods

  • Standard functions and operators, including |>, >>, <|

  • Overload or create operator

  • Point-free style

  • Interoperability with the BCL

Last updated

Was this helpful?