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:
parent
54d4cb9111
commit
4a0faaad8a
@ -31,7 +31,7 @@ data Format = Show deriving (Read)
|
||||
|
||||
data SemanticAST = SemanticAST
|
||||
{ sourceFilePath :: Prelude.String
|
||||
, format :: Prelude.String
|
||||
, format :: Format
|
||||
}
|
||||
|
||||
parseAST :: Parser SemanticAST
|
||||
|
Loading…
Reference in New Issue
Block a user