mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-01 00:36:59 -06:00
cannonical export now may contain some resource modules with parameters
This commit is contained in:
@@ -80,7 +80,7 @@ importPGF opts (Just pgf) f = fmap Just (modifyPGF pgf (mergePGF f) `catc
|
||||
else throwIO e))
|
||||
|
||||
importSource :: Options -> Maybe PGF -> [FilePath] -> IO (ModuleName,SourceGrammar)
|
||||
importSource opts mb_pgf files = fmap snd (batchCompile opts mb_pgf files)
|
||||
importSource opts mb_pgf files = batchCompile opts mb_pgf files
|
||||
|
||||
-- for different cf formats
|
||||
importCF opts files get convert = impCF
|
||||
|
||||
Reference in New Issue
Block a user