diff --git a/src/DiffSummary.hs b/src/DiffSummary.hs index c85cac650..76d96c7e1 100644 --- a/src/DiffSummary.hs +++ b/src/DiffSummary.hs @@ -60,10 +60,10 @@ identifiable term = isIdentifiable (unwrap term) term S.Switch{} -> Identifiable S.Rescue{} -> Identifiable S.Pair{} -> Identifiable - S.Struct{} -> Identifiable S.Array ty _ -> if isJust ty then Identifiable else Unidentifiable S.Object ty _ -> if isJust ty then Identifiable else Unidentifiable S.BlockStatement{} -> Identifiable + S.TypeDecl {} -> Identifiable _ -> Unidentifiable data JSONSummary summary span = JSONSummary { summary :: summary, span :: span }