1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

this has been subsumed by SemanticAST

This commit is contained in:
Ayman Nadeem 2019-10-11 12:50:37 -04:00
parent cf609451ae
commit db9e7da48f

View File

@ -61,10 +61,6 @@ opts = info (parseAST <**> helper)
data Format = Show data Format = Show
deriving (Read) deriving (Read)
data Input
= FileInput FilePath
| StdInput
deriving (Read)
input :: Parser Input input :: Parser Input
input = fileInput <|> stdInput input = fileInput <|> stdInput