mikeizbicki / HLearn

Homomorphic machine learning
Other
1.63k stars 138 forks source link

can't compile ..Distributions.Univariate.Categorical #17

Closed sebeaumont closed 11 years ago

sebeaumont commented 11 years ago

src/HLearn/Models/Distributions/Univariate/Categorical.hs:73:5: return is not a (visible) method of class CK.Monad

I am using the github version of your ConstraintKinds and ghc 7.6.3

Any pointers?

mikeizbicki commented 11 years ago

I made some changes to ContraintKinds and forgot to push the new version to github. It should all be working now.

sebeaumont commented 11 years ago

Yes that's all building just fine now. Thanks!