Title here
Summary here
PureScript has built-in support for multiple return values through tuples. This feature is often used in idiomatic PureScript, for example to return both result and error values from a function.
To run this program, you would typically use the PureScript compiler (purs) and Node.js:
PureScript’s type system and pattern matching provide a powerful way to work with multiple return values. The next concept we might explore is how PureScript handles functions with variable numbers of arguments.