mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
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
|