pub(crate) fn comma_separated<'a, I>(v: I) -> RcDoc<'a, ()>where I: IntoIterator<Item = RcDoc<'a, ()>>,