Abbreviations
From HaskellWiki
(Difference between revisions)
(More abbreviations) |
(Monad Template -> Transformer, JHC, TH, Type families link) |
||
| Line 1: | Line 1: | ||
| - | |||
| - | |||
== An overview of Haskell related abbreviations == | == An overview of Haskell related abbreviations == | ||
| Line 149: | Line 147: | ||
| IRC | | IRC | ||
| [[IRC channel | Internet Relay Chat]] | | [[IRC channel | Internet Relay Chat]] | ||
| + | |- | ||
| + | | JHC | ||
| + | | [[Jhc|John's Haskell Compiler]]. Compiles to efficient C programs via whole program analysis and other optimizations. | ||
|- | |- | ||
| LGPL | | LGPL | ||
| Line 175: | Line 176: | ||
|- | |- | ||
| MTL | | MTL | ||
| - | | [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl Monad | + | | [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl Monad Transformer Library] |
|- | |- | ||
| NCG | | NCG | ||
| Line 253: | Line 254: | ||
|- | |- | ||
| TF | | TF | ||
| - | | Type | + | | [[Type families]] |
|- | |- | ||
| TFP | | TFP | ||
| [http://haskell.org/haskellwiki/Conferences#Trends_in_Functional_Programming_.28TFP.29 Trends in Functional Programming], symposium | | [http://haskell.org/haskellwiki/Conferences#Trends_in_Functional_Programming_.28TFP.29 Trends in Functional Programming], symposium | ||
| + | |- | ||
| + | | TH | ||
| + | | [[Template Haskell]] | ||
|- | |- | ||
| TMR | | TMR | ||
Revision as of 18:22, 17 October 2010
An overview of Haskell related abbreviations
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.
