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:
parent
7b24a6ba22
commit
f01460d6c9
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user