Difference between revisions of "Talk:Vector-space"

From HaskellWiki
Jump to navigation Jump to search
m (oops -- content meant for VersionHistor)
Line 1: Line 1:
  +
== Should (^-^) be in the class definition? ==
  +
  +
I wonder if (^-^) should a predefined function *within* the class. Using actual subtraction may be faster than negating and adding.

Revision as of 12:41, 1 April 2015

Should (^-^) be in the class definition?

I wonder if (^-^) should a predefined function *within* the class. Using actual subtraction may be faster than negating and adding.