]> gitweb.michael.orlitzky.com - spline3.git/history - src/Misc.hs
src/Misc.hs: add a type signature to eliminate polymorphism.
[spline3.git] / src / Misc.hs
2019-03-05 Michael Orlitzkysrc/Misc.hs: add a type signature to eliminate polymorp...
2019-03-05 Michael Orlitzkysrc/Misc.hs: add a type annotation to avoid a monomorph...
2015-04-16 Michael OrlitzkySwitch to Tasty for testing.
2015-04-16 Michael OrlitzkyDefine an export list in Misc, clean up imports.
2011-10-31 Michael OrlitzkyRemove all "otherwise -> error" cases for performance...
2011-10-27 Michael OrlitzkyComment some test-only functions.
2011-10-25 Michael OrlitzkyAdd bang patterns to the Misc module and use them to...
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-09-05 Michael OrlitzkyUpdate the 'disjoint' function to work on Vectors inste...
2011-09-03 Michael OrlitzkyA bunch more test cleanup.
2011-09-01 Michael OrlitzkyAdd the 'disjoint' function.
2011-08-30 Michael OrlitzkyFix two minor hLint warnings.
2011-08-30 Michael OrlitzkyFix some more hLint warnings.
2011-08-29 Michael OrlitzkyClean up some hLint warnings.
2011-08-28 Michael OrlitzkyAdd the Misc.transpose_xz function.
2011-07-09 Michael OrlitzkyRe-enable the non-doc tests.
2011-07-09 Michael OrlitzkyAdd two examples (doctests) for the factorial function.
2011-07-08 Michael OrlitzkyFix some hlint warnings.
2011-06-07 Michael OrlitzkyAdd the all_equal function to the Misc module.
2011-04-26 Michael OrlitzkyRename the spline project to spline3.