arnaud
would miss:
Arrows, ExplicitNamespaces, ForeignFunctionInterface,
FunctionalDependencies, GADTs, MonadFailDesugaring, MonoLocalBinds,
PartialTypeSignatures, StarIsType, TypeFamilyDependencies
Of these 10 extensions. Let me note that
- ForeignFunctionInterface is part of Haskell 2010
- MonadFailDesugaring is the current default of GHC
- MonoLocalBinds is implied by TypeFamilies, which is otherwise included
So I assume that these are things which we've forgotten, rather than things that we oppose.