haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

Permit builds of test suite after MFP #323

Closed HuwCampbell closed 4 years ago

HuwCampbell commented 4 years ago

Fixes #313

HuwCampbell commented 4 years ago

I'm not exactly sure why the test suite implements its own transformers (MaybeT and State). In a subsequent PR I will remove them and replace with the transformers version.

HuwCampbell commented 4 years ago

This one's trivial enough that I'll just merge it.