Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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?
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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?