Rel_query.SyntaxQuery syntax support.
Open this module to streamline query definition.
type nonrec 'a value = 'a valuemodule Bool = Boolmodule Int = Intmodule Int64 = Int64module Float = Floatmodule Text = Textmodule Option = Optionmodule Coded = Codedmodule Bag = Bagb0 ++ b1 is the union of bag b0 and bag b1.
let* binds bag values for Bag.foreach.