Hacker News new | ask | show | jobs
by narrator 4938 days ago
Well you can mutate anything you want in FP as long as it's the end of the stack (via function calls or return values).
1 comments

That's not mutation. Mutation is altering the value of a bound identifier.