forked from GitHub/gf-core
This means that the -old-comp and -new-comp flags are not recognized anymore. The only functional difference is that printnames were still normalized with the old partial evaluator. Now that is done with the new partial evaluator.
4 lines
176 B
Haskell
4 lines
176 B
Haskell
module GF.Compile.Compute.Concrete{-(module M)-} where
|
|
--import GF.Compile.Compute.ConcreteLazy as M -- New
|
|
--import GF.Compile.Compute.ConcreteStrict as M -- Old, inefficient
|