On 07/03/07, Thomas Conway <[EMAIL PROTECTED]> wrote:
Of course, what really gets me, is when I start trying to use $ in
type signatures and declarations:
   ... Map ByteString $ foo (bar baz) qux ....

It's almost possible! GHC gives us infix type synonyms:

type a $ b = a b

(Probably needs -fglasgow-exts.) Sadly we don't have a fixity system
for type operators :(

--
-David House, [EMAIL PROTECTED]
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to