fn pretty_aggregate<W: Write>( writer: &mut W, aggregate_kind: &AggregateKind, operands: &Vec<Operand>, ) -> Result<()>