[Haskell-cafe] pure Haskell database

Marc Weber marco-oweber at gmx.de
Thu Sep 25 06:31:44 EDT 2008


On Thu, Sep 25, 2008 at 11:52:26AM +0200, jean-christophe mincke wrote:
>    Marc
> 
>    What is this strange syntax
> 
>    columns = [ ("trackId", conT ''Int )

Hi J-C,

I'ts part of template haskell and tells ghc to use the type
referenced by Int. There are some getting started guides on haskell.org
By the way you can enhance readability of your messages if you only keep
that part of the message you're refering to.

Sincerly
Marc Weber


More information about the Haskell-Cafe mailing list