Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
A Cell is a container for a value. It is created with the value in it. The only change we can make is to remove the value, and we cannot put it back again.
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
A Cell is a container for a value. It is created with the value in it. The only change we can make is to remove the value, and we cannot put it back again.