📄️ plam and pfn
Functions can be transformed from the Typescript world to the plu-ts one just like any other value.
📄️ Function application
Lambdas and functions in general in plu-ts are often just constants seen from the typescript world, however we usually know that what we have is more than just a constant and that it can take arguments.
📄️ Partial function application
When a plu-ts function takes more than one argument, like the pTwoIntegersList we built explaining pfn, it is possible to get new functions from the first by passing only some of the parameters.
📄️ builtins
Fortunately UPLC does have some basic functions that allow us to build more complex ones when needed.