Difference between revisions of "Abbreviations"
From HaskellWiki
m |
m |
||
Line 50: | Line 50: | ||
|- | |- | ||
| CPS | | CPS | ||
− | | [[Continuation | Continuation Passing Style]] | + | | [[Continuation | Continuation-Passing Style]] |
|- | |- | ||
| CUFP | | CUFP | ||
Line 59: | Line 59: | ||
|- | |- | ||
| DSEL | | DSEL | ||
− | | [[Embedded domain specific language | Domain Specific Embedded Language]] | + | | [[Embedded domain specific language | Domain-Specific Embedded Language]] |
|- | |- | ||
| DSL | | DSL | ||
− | | [[Embedded domain specific language | Domain Specific Language]] | + | | [[Embedded domain specific language | Domain-Specific Language]] |
|- | |- | ||
| EDSL | | EDSL | ||
− | | [[Embedded domain specific language | Embedded Domain Specific Language]] | + | | [[Embedded domain specific language | Embedded Domain-Specific Language]] |
|- | |- | ||
| elt | | elt | ||
Line 104: | Line 104: | ||
|- | |- | ||
| HOF | | HOF | ||
− | | [[Higher order function | Higher Order Functions]] | + | | [[Higher order function | Higher-Order Functions]] |
|- | |- | ||
| HTH | | HTH | ||
Line 113: | Line 113: | ||
|- | |- | ||
| I18n | | I18n | ||
− | | Internationalization | + | | Internationalization / Internationalisation (which shows why the abbreviation is useful) |
|- | |- | ||
| IANAL | | IANAL | ||
Line 140: | Line 140: | ||
|- | |- | ||
| LHS | | LHS | ||
− | | Left Hand Side (of a statement) | + | | Left-Hand Side (of a statement) |
|- | |- | ||
| LLVM | | LLVM | ||
− | | [[LLVM | Low Level Virtual Machine]] | + | | [[LLVM | Low-Level Virtual Machine]] |
|- | |- | ||
| ML | | ML | ||
Line 161: | Line 161: | ||
|- | |- | ||
| OT | | OT | ||
− | | Off Topic | + | | Off-Topic |
|- | |- | ||
| POPL | | POPL | ||
Line 167: | Line 167: | ||
|- | |- | ||
| RHS | | RHS | ||
− | | Right Hand Side (of a statement) | + | | Right-Hand Side (of a statement) |
|- | |- | ||
| RWH | | RWH | ||
Line 191: | Line 191: | ||
|- | |- | ||
| TCO | | TCO | ||
− | | [http://en.wikipedia.org/wiki/Tail_call_optimization Tail Call Optimisation] | + | | [http://en.wikipedia.org/wiki/Tail_call_optimization Tail-Call Optimisation] |
|- | |- | ||
| TMR | | TMR |
Revision as of 05:48, 3 April 2009
This article is a stub. You can help by expanding it.
For GHC related abbreviations GHC/List of 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.