mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
change this to reflect parseByteString's type signature for now
This commit is contained in:
parent
bc6e624ae9
commit
d963e7ee79
@ -12,8 +12,7 @@ import Data.ByteString (ByteString)
|
||||
|
||||
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main :: IO (Either Prelude.String (Module (Range, Span)))
|
||||
main = do
|
||||
args <- getArgs
|
||||
parseByteString getArgs
|
||||
|
Loading…
Reference in New Issue
Block a user