Report on unused type variables (fixes #5331)
We were doing this already for explicit types like f :: forall a. Int but not for constructor declarations. This patch makes it consistent.
Showing
Please register or sign in to comment
We were doing this already for explicit types like f :: forall a. Int but not for constructor declarations. This patch makes it consistent.