Andrew Coppin <andrewcop...@btinternet.com> wrote:

> I would suggest that ExistentiallyQuantifiedTypeVariables would be an
> improvement [...]

That must be a joke.  Typing the long extension names in LANGUAGE
pragmas over and over again is tiring and annoying enough already.  We
really don't need even longer names, and your "improvement" fills up
almost half of the width of an 80 characters terminal.

I can't await the next Haskell standard, where at last all those
extensions are builtin.  For the remaining extensions, I strongly
suggest abbreviations and a more convenient way to specify them.  For
example an import-like statement:

  uses MPTC
  uses FlexInst

instead of:

  {-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-}


Greets,
Ertugrul.


-- 
nightmare = unsafePerformIO (getWrongWife >>= sex)
http://blog.ertes.de/


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to