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

format is no longer a String

This commit is contained in:
Ayman Nadeem 2019-10-03 18:56:34 -04:00
parent 54d4cb9111
commit 4a0faaad8a

View File

@ -31,7 +31,7 @@ data Format = Show deriving (Read)
data SemanticAST = SemanticAST
{ sourceFilePath :: Prelude.String
, format :: Prelude.String
, format :: Format
}
parseAST :: Parser SemanticAST