stylewarning / deprecated-coalton-prototype

Coalton is (supposed to be) a dialect of ML embedded in Common Lisp.
MIT License
208 stars 7 forks source link

Don't warn when overriding equal type #23

Closed colescott closed 4 years ago

colescott commented 4 years ago

This PR makes overriding a type with the same type not show a warning. It also adds the old and new types to the warning message.

~Depends on #22~