where and let binding
Where binding
where binding, https://github.com/purescript/documentation/blob/master/language/Syntax.md#let-and-where-bindings
- don't repeat yourself
- visible locally to function
let binding
let binding
- expressions
- local, cannot be used across guards