avoid shadowing warning
This commit is contained in:
parent
b79ef475ac
commit
d913961b7b
1 changed files with 1 additions and 1 deletions
|
@ -104,4 +104,4 @@ prop_parse_show_Config c
|
||||||
-- allowed by the current character set in the config may not
|
-- allowed by the current character set in the config may not
|
||||||
-- round-trip in an identical representation due to the use of the
|
-- round-trip in an identical representation due to the use of the
|
||||||
-- filesystem encoding.
|
-- filesystem encoding.
|
||||||
excluded c = not (isAlphaNum c) || not (isAscii c)
|
excluded ch = not (isAlphaNum ch) || not (isAscii ch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue