"jean-christophe mincke" <[EMAIL PROTECTED]> wrote:

> What is this strange syntax
> 
> columns = [ ("trackId", conT *''Int* )
> 
> It looks like a not ended string literal unless I still have sth to
> learn about Haskell.
> 
' isn't special in Haskell, it's idiomatic: you often see things like

foo' = bar foo

, as mathematicians and haskellers are to lazy to think of a new name
for foo just because they got a derived foo.

I, too, have no idea what *''Int* means. It's part of the "just use the
*&%*$^!#!$%!^ operator" problem.

-- 
(c) this sig last receiving data processing entity. Inspect headers
for copyright history. All rights reserved. Copying, hiring, renting,
performance and/or broadcasting of this signature prohibited.

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

Reply via email to