Closed jfmengels closed 3 years ago
This will make NoUnused.Variables, NoUnused.Patterns and NoUnused.Parameters a lot simpler, because they need to change the context when they enter a case branch or a let declaration.
NoUnused.Variables
NoUnused.Patterns
NoUnused.Parameters
This will make
NoUnused.Variables
,NoUnused.Patterns
andNoUnused.Parameters
a lot simpler, because they need to change the context when they enter a case branch or a let declaration.