hlint
This commit is contained in:
parent
e7aaa55c53
commit
a1e52f0ce5
18 changed files with 36 additions and 37 deletions
|
@ -79,7 +79,7 @@ configUnEscape = unescape
|
|||
num = takeWhile isNumber s
|
||||
r = drop (length num) s
|
||||
rest = drop 1 r
|
||||
ok = not (null num) && take 1 r == ";"
|
||||
ok = not (null num) && ":" `isPrefixOf` r
|
||||
|
||||
{- for quickcheck -}
|
||||
prop_idempotent_configEscape :: String -> Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue