List of GHC extensions
        Posted  
        
            by yairchu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by yairchu
        
        
        
        Published on 2010-06-08T14:51:31Z
        Indexed on 
            2010/06/08
            15:22 UTC
        
        
        Read the original article
        Hit count: 412
        
I wanted to use {-# LANGUAGE OverloadedStrings #-} but I forgot how it's called. This kind of thing isn't hoogle-able, and also it takes some time finding using google*.
Is there somewhere a list of GHC extensions named as they are in the LANGUAGE pragma?
* My googling search journey:
- Haskell at wikipedia
 - GHC at wikipedia
 - GHC language features
 - Overload string literals
 OverloadedStrings
© Stack Overflow or respective owner