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

tackle JSON output in separate PR

This commit is contained in:
Ayman Nadeem 2019-10-24 11:51:20 -04:00
parent 052ac05dc5
commit b711f9ed48

View File

@ -69,7 +69,6 @@ opts = info (parseAST <**> helper)
-- TODO: Define formats for json, sexpression, etc. -- TODO: Define formats for json, sexpression, etc.
data Format = Show data Format = Show
| Pretty | Pretty
| JSON
deriving (Read) deriving (Read)
-- bool field would break Read -- bool field would break Read