1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

move format in SemanticAST

This commit is contained in:
Ayman Nadeem 2019-10-11 13:09:37 -04:00
parent 0b6e3d5b3a
commit 7d6740224b

View File

@ -18,7 +18,6 @@ data SemanticAST = SemanticAST
{ format :: Format
, sourceFilePath :: Maybe FilePath
, sourceString :: Maybe Prelude.String
, format :: Format
} deriving (Read)
parseAST :: Parser SemanticAST