1
0
forked from GitHub/gf-core

Various small changes for improved documentation

This commit is contained in:
hallgren
2014-10-22 15:45:52 +00:00
parent 3a95d733dd
commit 11ec4bc655
8 changed files with 142 additions and 121 deletions

View File

@@ -48,7 +48,7 @@ importSource :: SourceGrammar -> Options -> [FilePath] -> IO SourceGrammar
importSource src0 opts files = do
src <- appIOE $ batchCompile opts files
case src of
Ok (_,_,gr) -> return gr
Ok (_,(_,gr)) -> return gr
Bad msg -> do
putStrLn msg
return src0