use ;
/// Cheap canonicalization for `List`: when every item is a literal
/// `Value`, collapse the list to a `Value::List`.
///
/// Heavyweight rewrites (merging single-row Insert statements into a
/// batch Insert) live in `simplify/expr_list.rs` and run after this
/// fold pass on canonical input.
pub