@hackage / lazify

A simple utility for lazy record matching

Latest0.1.0.1

About

Metadata

  • Last updated , by dfeuer
  • License BSD-3-Clause
  • Maintained by: David.Feuer@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.0.1
  2. 8.10.4
  3. 8.8.4
  4. 8.6.5
  5. 8.4.4
  6. 8.2.2

Readme

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.