mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Fixes for the haddock documentation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module GF.CompileInParallel where
|
||||
-- | Parallel grammar compilation
|
||||
module GF.CompileInParallel(batchCompile) where
|
||||
import Prelude hiding (catch)
|
||||
import Control.Monad(join,ap,when,unless)
|
||||
import Control.Applicative
|
||||
@@ -18,6 +19,7 @@ import GF.Infra.Ident(identS)
|
||||
import GF.Text.Pretty
|
||||
import qualified Data.ByteString.Lazy as BS
|
||||
|
||||
-- | Compile the given grammar files and everything they depend on
|
||||
batchCompile jobs opts rootfiles0 =
|
||||
do rootfiles <- mapM canonical rootfiles0
|
||||
lib_dir <- canonical =<< getLibraryDirectory opts
|
||||
|
||||
Reference in New Issue
Block a user