Applicative-numbers
From HaskellWiki
(Difference between revisions)
(additional links) |
(Category:Applicative Functor) |
||
| Line 1: | Line 1: | ||
[[Category:Packages]] | [[Category:Packages]] | ||
| - | [[Category:Applicative]] | + | [[Category:Applicative Functor]] |
[[Category:Mathematics]] | [[Category:Mathematics]] | ||
Current revision
1 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:
- Visit the Hackage page for library documentation and to download & install.
- Or install with cabal install applicative-numbers.
- Get the code repository: darcs get http://code.haskell.org/~conal/code/applicative-numbers.
