forked from GitHub/gf-core
4 lines
170 B
Haskell
4 lines
170 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
|