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:
parent
076afb77ec
commit
381453e3a7
@ -62,6 +62,7 @@ identifiable term = isIdentifiable (unwrap term) term
|
|||||||
S.Case{} -> Identifiable
|
S.Case{} -> Identifiable
|
||||||
S.Rescue{} -> Identifiable
|
S.Rescue{} -> Identifiable
|
||||||
S.Pair{} -> Identifiable
|
S.Pair{} -> Identifiable
|
||||||
|
S.Struct{} -> Identifiable
|
||||||
_ -> Unidentifiable
|
_ -> Unidentifiable
|
||||||
|
|
||||||
data JSONSummary summary span = JSONSummary { summary :: summary, span :: span }
|
data JSONSummary summary span = JSONSummary { summary :: summary, span :: span }
|
||||||
|
Loading…
Reference in New Issue
Block a user