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: 341

Filed under:
|

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:

© Stack Overflow or respective owner

Related posts about haskell

Related posts about ghc