1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Consider structs identifiable

This commit is contained in:
joshvera 2016-12-07 15:36:33 -05:00
parent 076afb77ec
commit 381453e3a7

View File

@ -62,6 +62,7 @@ identifiable term = isIdentifiable (unwrap term) term
S.Case{} -> Identifiable
S.Rescue{} -> Identifiable
S.Pair{} -> Identifiable
S.Struct{} -> Identifiable
_ -> Unidentifiable
data JSONSummary summary span = JSONSummary { summary :: summary, span :: span }