many package:rel8

Aggregate a Query into a ListTable. If the supplied query returns 0 rows, this function will produce a Query that returns one row containing the empty ListTable. If the supplied Query does return rows, many will return exactly one row, with a ListTable collecting all returned rows. many is analogous to many from Control.Applicative.
many aggregates each entry with a particular key into a single entry with all of the values contained in a ListTable. order can be used to give this ListTable a defined order. The resulting Tabulation is "magic" in that the value 'Rel8.listTable []' exists at every possible key that wasn't in the given Tabulation.
A version of many specialised to single expressions.