mwc-probability

Sampling function-based probability distributions.
Log | Files | Refs | README | LICENSE

commit 0d1fae36e7631ea1fe9ad26c6cd2583bd0b471a1
parent 126dec57ce54d70bd0f252868b73c1bec3320397
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri, 12 Feb 2016 18:49:38 +1300

Update README.

Diffstat:
MREADME.md | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -12,8 +12,6 @@ This implementation is a thin layer over `mwc-random`, which handles RNG state-passing automatically by using a `PrimMonad` like `IO` or `ST s` under the hood. -Includes Functor, Applicative, Monad, and MonadTrans instances. - Examples --------