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

take multiple filepaths

This commit is contained in:
Ayman Nadeem 2019-10-20 11:51:02 -04:00
parent ca30fe6c15
commit e67ee6ee7b

View File

@ -17,7 +17,7 @@ import Text.Pretty.Simple (pPrint, pPrintNoColor)
data SemanticAST = SemanticAST data SemanticAST = SemanticAST
{ format :: Format { format :: Format
, color :: Bool , color :: Bool
, source :: Either FilePath Prelude.String , source :: Either [FilePath] Prelude.String
} }
parseAST :: Parser SemanticAST parseAST :: Parser SemanticAST