|
|
|
|
|
by mhh__
3257 days ago
|
|
The machine code can still be basically functional. GHC doesn't use any mutable data unless you tell it to, it generates and then immediately collects garbage rather than reuse mutable memory. You can have mutable data in Haskell, obviously. |
|