1
1
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:
Timothy Clem 2017-02-15 10:16:53 -08:00
parent aa84bb40d6
commit c8c42f0591

View File

@ -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