pub fn to_pretty<T>(doc: &T, width: usize) -> String where
    T: ToDoc