[Haskell-cafe] advanced class constraints in Haskell 98?

Henning Thielemann lemming at henning-thielemann.de
Thu Jan 8 15:59:19 EST 2009


GHC accepts a class declaration like
   class Monad (m Maybe) => C m where
      ...
  without having any language extension switched on. But it isn't Haskell 
98, is it? Hugs 2005 also accepts this.


More information about the Haskell-Cafe mailing list