Deprecated

monad-lrs

a monad to calculate linear recursive sequence

https://github.com/bjin/monad-lrs

Latest on Hackage:0.0.2.1@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Bin Jin
Maintained by [email protected]

A monad to calculate linear recursive sequence efficiently. Matrix multiplication and fast exponentiation algorithm are used to speed up calculating the number with particular index in the sequence. This library also provides a monadic DSL to describe the sequence.