
The GHC team writes
The (Interactive) Glasgow Haskell Compiler -- version 6.10.1 [..] There have been a number of significant changes since the last major release, including:
* Some new language features have been implemented: * Record syntax: wild-card patterns, punning, and field disambiguation * Generalised quasi-quotes * Generalised list comprehensions * View patterns
[..]
Please, where and in what chapters these 4 language features are documented? Thank you in advance for help, ----------------- Serge Mechveliani mechvel@botik.ru

Serge D. Mechveliani wrote:
The GHC team writes
The (Interactive) Glasgow Haskell Compiler -- version 6.10.1 [..] There have been a number of significant changes since the last major release, including:
* Some new language features have been implemented: * Record syntax: wild-card patterns, punning, and field disambiguation * Generalised quasi-quotes * Generalised list comprehensions * View patterns
[..]
Please, where and in what chapters these 4 language features are documented? Thank you in advance for help,
Direct links to the docs are in the release notes: http://www.haskell.org/ghc/docs/latest/html/users_guide/release-6-10-1.html Cheers, Simon
participants (2)
-
Serge D. Mechveliani
-
Simon Marlow