From d963e7ee797eeb91bd1a8e53e67c4c0d59293804 Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Tue, 1 Oct 2019 17:04:18 -0400 Subject: [PATCH] change this to reflect parseByteString's type signature for now --- semantic-ast/src/CLI.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/semantic-ast/src/CLI.hs b/semantic-ast/src/CLI.hs index aef19ae6e..11d6a059f 100644 --- a/semantic-ast/src/CLI.hs +++ b/semantic-ast/src/CLI.hs @@ -12,8 +12,7 @@ import Data.ByteString (ByteString) - -main :: IO () +main :: IO (Either Prelude.String (Module (Range, Span))) main = do args <- getArgs parseByteString getArgs