lazify

Version 0.1.0.1 revision 0 uploaded by dfeuer.

Package meta

Synopsis
A simple utility for lazy record matching
Description

Since early Haskell history, it's been convenient to make values stricter using seq. Making them lazier has always been a bit of a chore. This package offers tools for doing so.

For an idiomatic classy approach with generic defaults, use Data.Lazify. To just go with whatever the generics say (aside from overlapping instances), use Data.Lazify.Generic.

Author
David Feuer
Bug reports
https://github.com/treeowl/lazify/issues
Category
Data
Copyright
2019 David Feuer
Homepage
https://github.com/treeowl/lazify
Maintainer
David.Feuer@gmail.com
Package URL
n/a
Stability
n/a

Components