@georgefst pointed this out in https://github.com/quchen/prettyprinter/pull/176#issuecomment-657516487. Maybe we should use also make this clearer in the type by changing ``` Doc ann -> SimpleDocStream ann ``` to ``` Doc ann1 -> SimpleDocStream ann2 ``` ?
@georgefst pointed this out in #176 (comment).
Maybe we should use also make this clearer in the type by changing
to
?