Maybe do not wrap at the top-level

This commit is contained in:
2019-10-16 16:58:10 +02:00
parent 661abbc9f4
commit 8dd9250dbb

View File

@@ -136,8 +136,9 @@ Aggregations: symbols::Aggregation = {
// SELECTING / FILTERING DATA */ // SELECTING / FILTERING DATA */
//*********************************************************************/ //*********************************************************************/
pub Filters: symbols::Bag = { pub Filters: symbols::Bag = {
<Bags> => <Bags>
symbols::Bag::ViewPort(Box::new(<>)) //<Bags> =>
// symbols::Bag::ViewPort(Box::new(<>))
}; };
// All these expressions generate bags. // All these expressions generate bags.