1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 05:58:34 +03:00

Export is Identifiable

This commit is contained in:
Rick Winfrey 2016-10-06 18:40:00 -05:00
parent 7b24a6ba22
commit f01460d6c9

View File

@ -50,6 +50,7 @@ identifiable term = isIdentifiable (unwrap term) term
S.Leaf{} -> Identifiable
S.DoWhile{} -> Identifiable
S.Import{} -> Identifiable
S.Export{} -> Identifiable
_ -> Unidentifiable
data DiffInfo = LeafInfo { categoryName :: Text, termName :: Text }