Add a simplification pass in the pretty-printer, to prevent generating
exponentially large types in some cases. This simplifies types of the form: T & 'a | T \ 'a into T.
Loading
Please register or sign in to comment
exponentially large types in some cases. This simplifies types of the form: T & 'a | T \ 'a into T.