1
1
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:
Timothy Clem 2017-03-08 13:10:10 -08:00
parent 569fdd031b
commit a62b720dad

View File

@ -66,7 +66,6 @@ isSummary _ = False
isText :: [Output] -> Bool
isText (SplitOutput _ : _) = True
isText (PatchOutput _ : _) = True
isText (SExpressionOutput _ : _) = True
isText _ = False
toText :: Output -> Text