Ensure builds are deterministic
Fix issue where order of assembled functions within M.pq could vary
based on the build environment.
Fix incorrect type signature.
Remove date/time table generators
Minor arg renaming / formatting
Implement concat and concatMap
Add functions for logicial conjunction and disjunction of boolean lists
Split all lib functions out into standalone queries
Add build tool for merging expression from multiple files
Update file name to match imported query names
Fix incorrect type annotation
Infer the arity of functions passed to Curry
Check arguments against primitive types