Difference between revisions of "Numeric Prelude"

From HaskellWiki
Jump to navigation Jump to search
 
(HCAR)
Line 4: Line 4:
 
== Links ==
 
== Links ==
 
* [http://darcs.haskell.org/numericprelude/ Darcs repository]
 
* [http://darcs.haskell.org/numericprelude/ Darcs repository]
  +
* [http://haskell.org/communities/06-2006/html/report.html#numericprelude HCAR 2006-06 report]
   
 
[[Category:Mathematics]]
 
[[Category:Mathematics]]

Revision as of 14:43, 11 August 2008

Numeric Prelude provides an alternative numeric type class hierarchy, which also makes use of type features beyond Haskell 98, e.g. multi-parameter type classes.

Links