Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Util.Store
Description
A Store a contains an (a) value which is only to be computed once, when it is first needed.
Perhaps we should use laziness and unsafePerformIO?
uni-util-2.3.0.2: Utilities for the uniform workbench
Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Util.Store
Description
A Store a contains an (a) value which is only to be computed once, when it is first needed.
Perhaps we should use laziness and unsafePerformIO?