Difference between revisions of "Abbreviations"
From HaskellWiki
(SEC - [http://conal.net/blog/posts/semantic-editor-combinators/ Semantic editor combinator]) |
(Added PRNG and RNG) |
||
Line 165: | Line 165: | ||
| POPL | | POPL | ||
| [http://en.wikipedia.org/wiki/POPL Principles of Programming Languages, Symposium on] | | [http://en.wikipedia.org/wiki/POPL Principles of Programming Languages, Symposium on] | ||
− | |- | + | |- |
+ | | PRNG | ||
+ | | [http://en.wikipedia.org/wiki/Pseudorandom_number_generator Pseudorandom number generator] | ||
+ | |- | ||
| RHS | | RHS | ||
| Right-Hand Side (of a statement) | | Right-Hand Side (of a statement) | ||
|- | |- | ||
+ | | RNG | ||
+ | | [http://en.wikipedia.org/wiki/Random_number_generator Random number generator] | ||
+ | |- | ||
| RWH | | RWH | ||
| [http://www.realworldhaskell.org/ Real World Haskell], a book about Haskell | | [http://www.realworldhaskell.org/ Real World Haskell], a book about Haskell |
Revision as of 11:13, 10 October 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.