summaryrefslogtreecommitdiff
path: root/docs/users_guide/what_glasgow_exts_does.rst
blob: 9a3fc14fd5f651fbe8d4ac34f529f98f3947190b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.. hlist::

 * ``-XConstrainedClassMethods``
 * ``-XDeriveDataTypeable``
 * ``-XDeriveFoldable``
 * ``-XDeriveFunctor``
 * ``-XDeriveGeneric``
 * ``-XDeriveTraversable``
 * ``-XEmptyDataDecls``
 * ``-XExistentialQuantification``
 * ``-XExplicitNamespaces``
 * ``-XFlexibleContexts``
 * ``-XFlexibleInstances``
 * ``-XForeignFunctionInterface``
 * ``-XFunctionalDependencies``
 * ``-XGeneralizedNewtypeDeriving``
 * ``-XImplicitParams``
 * ``-XKindSignatures``
 * ``-XLiberalTypeSynonyms``
 * ``-XMagicHash``
 * ``-XMultiParamTypeClasses``
 * ``-XParallelListComp``
 * ``-XPatternGuards``
 * ``-XPostfixOperators``
 * ``-XRankNTypes``
 * ``-XRecursiveDo``
 * ``-XScopedTypeVariables``
 * ``-XStandaloneDeriving``
 * ``-XTypeOperators``
 * ``-XTypeSynonymInstances``
 * ``-XUnboxedTuples``
 * ``-XUnicodeSyntax``
 * ``-XUnliftedFFITypes``