1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00

🔥 ParseArguments.

This commit is contained in:
Rob Rix 2017-07-19 14:04:33 -04:00
parent 30d4c6a6e8
commit b74cc92213

View File

@ -21,11 +21,3 @@ deriving instance Show DiffArguments
data ParseMode = ParseStdin | ParsePaths [(FilePath, Maybe Language)]
deriving Show
data ParseArguments where
ParseArguments :: (Monoid output, StringConv output ByteString) =>
{ parseTreeRenderer :: TermRenderer output
, parseMode :: ParseMode
} -> ParseArguments
deriving instance Show ParseArguments