diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2019-03-07 14:47:37 +0100 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2019-03-07 14:47:37 +0100 |
| commit | b783299b73b5c8a8229a45a830cf9b6be0be4f8c (patch) | |
| tree | 79425c999086183d27bccdaf1659e9b871fb3fb3 /src/compiler/GF/Compile/ConcreteToHaskell.hs | |
| parent | 0970d678cf87fac95f9baf11ce56db4bdf0b0835 (diff) | |
Rename module GF.Compile.ConcreteToCanonical to GF.Compile.GrammarToCanonical
Diffstat (limited to 'src/compiler/GF/Compile/ConcreteToHaskell.hs')
| -rw-r--r-- | src/compiler/GF/Compile/ConcreteToHaskell.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/ConcreteToHaskell.hs b/src/compiler/GF/Compile/ConcreteToHaskell.hs index 51ed5242e..804db9d50 100644 --- a/src/compiler/GF/Compile/ConcreteToHaskell.hs +++ b/src/compiler/GF/Compile/ConcreteToHaskell.hs @@ -11,7 +11,7 @@ import GF.Infra.Ident(Ident,identS,identW,prefixIdent) import GF.Infra.Option import GF.Haskell as H import GF.Grammar.Canonical as C -import GF.Compile.ConcreteToCanonical +import GF.Compile.GrammarToCanonical import Debug.Trace(trace) -- | Generate Haskell code for the all concrete syntaxes associated with |
