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:
parent
0b6e3d5b3a
commit
7d6740224b
@ -18,7 +18,6 @@ data SemanticAST = SemanticAST
|
||||
{ format :: Format
|
||||
, sourceFilePath :: Maybe FilePath
|
||||
, sourceString :: Maybe Prelude.String
|
||||
, format :: Format
|
||||
} deriving (Read)
|
||||
|
||||
parseAST :: Parser SemanticAST
|
||||
|
Loading…
Reference in New Issue
Block a user