summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-10-15 20:42:36 +0000
committerhallgren <hallgren@chalmers.se>2014-10-15 20:42:36 +0000
commit393dde2eb93a975442697c177dbb161e4300bea0 (patch)
treec1a9b693e6ffcd154eb1105ba973317638073dd9 /src/compiler/GF/Compile.hs
parent8381c7b0c05c7086325c7adcebc1cfe7fffd6ad4 (diff)
Fixes for the haddock documentation
Diffstat (limited to 'src/compiler/GF/Compile.hs')
-rw-r--r--src/compiler/GF/Compile.hs1
1 files changed, 1 insertions, 0 deletions
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