@hackage lazy-hash0.1.0.0
Identifiers for not-yet-computed values
Categories
License
GPL-3.0-only
Maintainer
(@) jsag $ hvl.no
Links
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Wed, 18 Sep 2019
Installation
Dependencies (7)
- base >=4.8 && <4.13
- constrained-categories >=0.3 && <0.4
- hashable >=1.0 && <1.3
- haskell-src-meta >=0.6 && <0.9
- tagged
- template-haskell Show all…
Dependents (1)
@hackage/lazy-hash-cache
This package gives a way to assign values with largely unique keys, without ever actually spending the time needed to compute the value. The basic idea is to hash the source code of some expression (in other words, its unnormalised AST), rather than the value (its normal form).