Programming Languages

What is the purpose of the `where` clause in Haskell?

Medium
2
Added
The `where` clause is used to define local variables or functions within a larger expression, making the code more readable and modular.