LIB: make pattern IsSymL more lazy
This commit is contained in:
parent
9288be7ff7
commit
6b89dd8564
@ -200,7 +200,7 @@ isSymL f@(_ :/ RegFile _ FileInfo { isSymbolicLink = True }) = (True, f)
|
||||
isSymL f = (False, f)
|
||||
|
||||
|
||||
pattern IsSymL b <- (isSymL -> (b, f))
|
||||
pattern IsSymL b <- (isSymL -> (b, _))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user