Sciweavers

HASKELL
2007
ACM

Comprehensive comprehensions

13 years 8 months ago
Comprehensive comprehensions
We propose an extension to list comprehensions that makes it easy to express the kind of queries one would write in SQL using ORDER BY, GROUP BY, and LIMIT. Our extension adds expressive power to comprehensions, and generalises the SQL constructs that inspired it. Moreover, it is easy to implement, using simple desugaring rules.
Simon L. Peyton Jones, Philip Wadler
Added 16 Aug 2010
Updated 16 Aug 2010
Type Conference
Year 2007
Where HASKELL
Authors Simon L. Peyton Jones, Philip Wadler
Comments (0)