
Hello, I see the {..} syntax in haskell code and at this point I don't understand what it means.. Any hint? The best would maybe be a link to the relevant "real world haskell" or "learn you a haskell" pages, if they exist. Unfortunately as soon as you have such special characters, google is pretty useless... Thanks! Emmanuel

found it!
it's the record wildcards extension, see this page:
http://www.haskell.org/ghc/docs/7.0.1/html/users_guide/syntax-extns.html
emmanuel
On Mon, Dec 24, 2012 at 10:20 PM, Emmanuel Touzery
Hello,
I see the {..} syntax in haskell code and at this point I don't understand what it means.. Any hint? The best would maybe be a link to the relevant "real world haskell" or "learn you a haskell" pages, if they exist.
Unfortunately as soon as you have such special characters, google is pretty useless...
Thanks!
Emmanuel
participants (1)
-
Emmanuel Touzery