Talk:Vector-space

From HaskellWiki
Revision as of 12:42, 1 April 2015 by Damkor (talk | contribs) (→‎Should (^-^) be in the class definition?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

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

--Damkor (talk) 12:41, 1 April 2015 (UTC)