Difference between revisions of "Applicative-numbers"

From HaskellWiki
Jump to navigation Jump to search
(new page)
 
(Category:Applicative Functor)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Packages]]
 
[[Category:Packages]]
[[Category:Applicative]]
+
[[Category:Applicative Functor]]
 
[[Category:Mathematics]]
 
[[Category:Mathematics]]
   
 
== Abstract ==
 
== Abstract ==
   
Any applicative functor can be given numeric instances in a boilerplate way.
+
Any [[applicative functor]] can be given numeric instances in a boilerplate way.
 
The '''applicative-numbers''' package provides an include file that makes it a snap to define these instances.
 
The '''applicative-numbers''' package provides an include file that makes it a snap to define these instances.
   
Line 13: Line 13:
 
* Get the code repository: <tt>darcs get http://code.haskell.org/~conal/code/applicative-numbers</tt>.
 
* Get the code repository: <tt>darcs get http://code.haskell.org/~conal/code/applicative-numbers</tt>.
 
<!-- * See the [[applicative-numbers/Versions| version history]]. -->
 
<!-- * See the [[applicative-numbers/Versions| version history]]. -->
  +
  +
== See also ==
  +
  +
* [[Num instance for functions]]

Latest revision as of 21:14, 1 November 2009


Abstract

Any applicative functor can be given numeric instances in a boilerplate way. The applicative-numbers package provides an include file that makes it a snap to define these instances.

Besides this wiki page, here are more ways to find out about applicative-numbers:

See also