]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add a Vector class and make TwoTuple (and several base types) instances of it.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 14 Oct 2012 18:04:31 +0000 (14:04 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 14 Oct 2012 18:04:31 +0000 (14:04 -0400)
commitff83c063ad5cdb1bf9476678a010aa0cfb782a8f
tree92bb16dae8b408350f47d39b0f51759ff102a112
parent06c8df4932b9a46e48b3fc99c3bc44e787b182fc
Add a Vector class and make TwoTuple (and several base types) instances of it.
src/TwoTuple.hs
src/Vector.hs [new file with mode: 0644]