lazy

Version 0.1 revision 0 uploaded by NikitaVolkov.

Package meta

Synopsis
Explicit laziness for Haskell
Description

Now that we have the "Strict" pragma at hand we can finally work in Haskell as in a strict language. Sometimes though laziness is useful, but all Haskellers also know that types keep us safe. This library provides laziness as an abstraction with an explicit type-signature, and it so happens that this abstraction forms a monad!

This library takes inspiration from the following blog post: https://nikita-volkov.github.io/if-haskell-were-strict/

Author
Nikita Volkov <nikita.y.volkov@mail.ru>
Bug reports
https://github.com/nikita-volkov/lazy/issues
Category
Control
Copyright
(c) 2017, Nikita Volkov
Homepage
https://github.com/nikita-volkov/lazy
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Package URL
n/a
Stability
n/a

Components