From 393dde2eb93a975442697c177dbb161e4300bea0 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 15 Oct 2014 20:42:36 +0000 Subject: Fixes for the haddock documentation --- src/compiler/GF/Compile.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/GF/Compile.hs') diff --git a/src/compiler/GF/Compile.hs b/src/compiler/GF/Compile.hs index ffa0f0b0a..b52469cdb 100644 --- a/src/compiler/GF/Compile.hs +++ b/src/compiler/GF/Compile.hs @@ -41,6 +41,7 @@ link opts (cnc,_,gr) = srcAbsName gr cnc = err (const cnc) id $ abstractOfConcrete gr cnc +-- | Compile the given grammar files and everything they depend on batchCompile :: Options -> [FilePath] -> IOE (Ident,UTCTime,SourceGrammar) batchCompile opts files = do (gr,menv) <- foldM (compileModule opts) emptyCompileEnv files -- cgit v1.2.3