Hacker News new | ask | show | jobs
by masklinn 3118 days ago
> In Haskell let bindings are immutable.

Haskell has mutable refs. That's what Git branches are.

1 comments

But the contents of a mutable ref aren't let-bound.