]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/TwoTuple.hs
Require Vector instances to be instances of Num as well.
[numerical-analysis.git] / src / TwoTuple.hs
2012-10-15 Michael OrlitzkyAdd a custom Show instance for TwoTuple.
2012-10-14 Michael OrlitzkyAdd a Vector class and make TwoTuple (and several base...
2012-10-14 Michael OrlitzkyBegin work on a simple 2-tuple type.