Difference between revisions of "Abbreviations"
From HaskellWiki
(Ocaml) |
|||
Line 19: | Line 19: | ||
|- | |- | ||
| AFRP | | AFRP | ||
− | | [Yampa | Arrows-based Functional Reactive Programming], also known as Yampa | + | | [[Yampa | Arrows-based Functional Reactive Programming]], also known as Yampa |
|- | |- | ||
| AKA | | AKA | ||
Line 29: | Line 29: | ||
| API | | API | ||
| [http://en.wikipedia.org/wiki/Application_programming_interface Application Programmer Interface] | | [http://en.wikipedia.org/wiki/Application_programming_interface Application Programmer Interface] | ||
+ | |- | ||
+ | | aPToP | ||
+ | | [http://www.cs.toronto.edu/~hehner/aPToP/ A practical theory of programming] | ||
|- | |- | ||
| AT | | AT | ||
Line 161: | Line 164: | ||
| MTL | | MTL | ||
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl Monad Template Library] | | [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl Monad Template Library] | ||
+ | |- | ||
+ | | NCG | ||
+ | | [http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/NCG Native Code Generator], a GHC backend | ||
|- | |- | ||
| OCAML | | OCAML | ||
Line 212: | Line 218: | ||
| STM | | STM | ||
| [[Software transactional memory]] | | [[Software transactional memory]] | ||
+ | |- | ||
+ | | SYB | ||
+ | | [[Scrap your boilerplate | Scrap Your Boilerplate]] | ||
|- | |- | ||
| TaPL | | TaPL |
Revision as of 20:39, 11 July 2010
This article is a stub. You can help by expanding it.
Note: if there is an abbreviation you cannot find here, it might be the name of a package, so check the Hackage package list. For GHC related abbreviations, see GHC/List of abbreviations.