mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Make types identifiable for now
This commit is contained in:
parent
392ca1aae2
commit
79d9561c4f
@ -64,6 +64,7 @@ identifiable term = isIdentifiable (unwrap term) term
|
|||||||
S.Object ty _ -> if isJust ty then Identifiable else Unidentifiable
|
S.Object ty _ -> if isJust ty then Identifiable else Unidentifiable
|
||||||
S.BlockStatement{} -> Identifiable
|
S.BlockStatement{} -> Identifiable
|
||||||
S.TypeDecl{} -> Identifiable
|
S.TypeDecl{} -> Identifiable
|
||||||
|
S.Ty{} -> 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