mirror of
https://github.com/github/semantic.git
synced 2025-01-01 19:55:34 +03:00
Commented syntax is summarized as BranchInfo
This commit is contained in:
parent
aa84bb40d6
commit
c8c42f0591
@ -93,6 +93,7 @@ isIndexedOrFixed' :: Syntax a f -> Bool
|
||||
isIndexedOrFixed' syntax = case syntax of
|
||||
(Indexed _) -> True
|
||||
(Fixed _) -> True
|
||||
(Commented _ _) -> True
|
||||
_ -> False
|
||||
|
||||
isBranchNode :: Patch DiffInfo -> Bool
|
||||
|
Loading…
Reference in New Issue
Block a user