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

add Json constructor

This commit is contained in:
Ayman Nadeem 2019-11-19 10:08:45 -05:00
parent 4e312180c7
commit a98f2002ef

View File

@ -69,4 +69,5 @@ opts = info (parseAST <**> helper)
-- TODO: Define formats for json, sexpression, etc.
data Format = Show
| Pretty
| Json
deriving (Read)