diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-02-21 08:04:43 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-02-21 08:04:43 +0000 |
| commit | c764a758e1a5e0eab346a2c3c88b7e8a9c64e248 (patch) | |
| tree | eb10cac5e8cf89061628362bd2f4499ce2102f94 /src/GF/Devel/Compile/Compile.hs | |
| parent | 7412c24267238c5273099945cdbf303fc0df9cd7 (diff) | |
documenting testgf3
Diffstat (limited to 'src/GF/Devel/Compile/Compile.hs')
| -rw-r--r-- | src/GF/Devel/Compile/Compile.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Devel/Compile/Compile.hs b/src/GF/Devel/Compile/Compile.hs index 6edb64703..b636f0fa7 100644 --- a/src/GF/Devel/Compile/Compile.hs +++ b/src/GF/Devel/Compile/Compile.hs @@ -14,7 +14,7 @@ import GF.Devel.Grammar.Construct import GF.Infra.Ident import GF.Devel.Grammar.PrGF ----import GF.Devel.Grammar.Lookup -import GF.Devel.ReadFiles +import GF.Devel.Infra.ReadFiles import GF.Infra.Option ---- import GF.Data.Operations @@ -102,7 +102,7 @@ compileOne opts env@(_,srcgr) file = do -- for compiled gf, read the file and update environment -- also undo common subexp optimization, to enable normal computations - "gfo" -> do + "gfn" -> do sm0 <- putp ("+ reading" +++ file) $ getSourceModule opts file let sm1 = unsubexpModule sm0 sm <- {- putp "creating indirections" $ -} ioeErr $ extendModule srcgr sm1 |
