mirror of
https://github.com/github/semantic.git
synced 2025-01-03 21:16:12 +03:00
Sexpression output is not text anymore
This commit is contained in:
parent
569fdd031b
commit
a62b720dad
@ -66,7 +66,6 @@ isSummary _ = False
|
||||
isText :: [Output] -> Bool
|
||||
isText (SplitOutput _ : _) = True
|
||||
isText (PatchOutput _ : _) = True
|
||||
isText (SExpressionOutput _ : _) = True
|
||||
isText _ = False
|
||||
|
||||
toText :: Output -> Text
|
||||
|
Loading…
Reference in New Issue
Block a user