Rel_query.Syntax
Query syntax support.
Open this module to streamline query definition.
type nonrec 'a value = 'a value
module Bool = Bool
module Int = Int
module Int64 = Int64
module Float = Float
module Text = Text
module Option = Option
module Bag = Bag
b0 ++ b1
is the union of bag b0
and bag b1
.
let*
binds bag values for Bag.foreach
.