mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
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
|