Fix strictness analysis of a guard with no default, followed by a pattern match,
for example the following function was incorrectly analysed as strict in b: f a b | a==0 = []; f a [] = [];
Please register or sign in to comment
for example the following function was incorrectly analysed as strict in b: f a b | a==0 = []; f a [] = [];