wrengr / exact-combinatorics

Efficient exact computation of combinatoric functions.
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

exact-combinatorics

Hackage version Build Status Dependencies

Efficient exact computation of combinatoric functions.

Install

This is a simple package and should be easy to install via the standared method:

$> cabal install exact-combinatorics

Portability

An attempt has been made to keep this library as portable as possible. It is entirely Haskell98 with the exception of one use of BangPatterns. BangPatterns are supported in GHC as far back as [version 6.6.1][ghc-bangpatterns], and are also supported by [JHC][jhc-bangpatterns] and [UHC][uhc-bangpatterns]. As of 2010, they were [not supported by Hugs][hugs-bangpatterns]; but alas Hugs is pretty much dead now.

[ghc-bangpatterns]: https://downloads.haskell.org/~ghc/6.6.1/docs/html/users_guide/sec-bang-patterns.html [jhc-bangpatterns]: http://repetae.net/computer/jhc/manual.html#code-options [uhc-bangpatterns]: https://github.com/UU-ComputerScience/uhc-js/issues/1 [hugs-bangpatterns]: https://mail.haskell.org/pipermail/haskell-cafe/2010-July/079946.html

Links