Difference between revisions of "Numeric Prelude"

From HaskellWiki
Jump to navigation Jump to search
(HCAR)
(link to Hackage)
Line 5: Line 5:
 
* [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]
 
* [http://haskell.org/communities/06-2006/html/report.html#numericprelude HCAR 2006-06 report]
  +
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/numeric-prelude Hackage]
  +
  +
== See also ==
  +
  +
* [[Mathematical prelude discussion]]
   
 
[[Category:Mathematics]]
 
[[Category:Mathematics]]

Revision as of 17:43, 25 September 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

See also