haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

Various GHC 7.10 fixes #31

Closed bgamari closed 9 years ago

bgamari commented 9 years ago

logfloat is currently broken and the darcs energy barrier was enough for me to justify just moving to log-domain.

Categorical Monad instance now needs Fractional due to constraint on Applicative's instance.

bgamari commented 9 years ago

Thanks!