On Fri, Apr 3, 2009 at 7:16 AM, Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> wrote:
On 2009 Apr 3, at 0:00, Michael Snoyman wrote:
It's been multiple times now that I've been confounded by something in Haskell which was then solved by a language extension (first FunctionalDependencies, most recently ScopedTypeVariables). I'm wondering if there is a list anywhere of all the language extensions supported by GHC and a brief description of them. I looked around, but couldn't find one. If there isn't one, would others be willing to fill one in on the Haskell wiki? I'll do what I can, but I obviously have a very limited knowledge of the extensions available.

http://www.haskell.org/ghc/docs/latest/html/users_guide/ghc-language-features.html

Thanks, that's what I was looking for.