Fix pretty-printing of type operators in imports/exports.
When we see a type operator in an import or an export, we tag it with the keyword 'type' so that it is not confused with value level operators with the same name.
Please register or sign in to comment