Go to file
Danny B 8a79bdaad1 Add some tuple magic to groupBy.
Now you can say things like:
groupBy (foo ^. FooId, foo ^. FooName, Bar ^. BarName)
instead of:
groupBy $ foo ^. Fooid
groupBy $ foo ^. FooName
groupBy $ Bar ^. BarName
2012-09-23 23:11:24 +11:00
docs Typos and fixes to the blog post. 2012-09-07 00:08:16 -03:00
src/Database Add some tuple magic to groupBy. 2012-09-23 23:11:24 +11:00
test New functions limit and offset. 2012-09-09 14:28:28 -03:00
.gitignore Initial skeleton. 2012-09-03 11:38:22 -03:00
esqueleto.cabal Accept base 4.6. 2012-09-16 09:50:27 -03:00
LICENSE Initial commit. 2012-09-03 09:18:39 -03:00
README Initial commit. 2012-09-03 09:18:39 -03:00
Setup.hs Initial commit. 2012-09-03 09:18:39 -03:00