diff options
Diffstat (limited to 'src/compiler/GF/Grammar/Macros.hs')
| -rw-r--r-- | src/compiler/GF/Grammar/Macros.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/GF/Grammar/Macros.hs b/src/compiler/GF/Grammar/Macros.hs index 38b22aaa2..8af343fc6 100644 --- a/src/compiler/GF/Grammar/Macros.hs +++ b/src/compiler/GF/Grammar/Macros.hs @@ -21,7 +21,6 @@ module GF.Grammar.Macros where import GF.Data.Operations import GF.Data.Str import GF.Infra.Ident -import GF.Infra.Modules import GF.Grammar.Grammar import GF.Grammar.Values import GF.Grammar.Predef @@ -584,4 +583,4 @@ pSeq p1 p2 = (PSeq p11 (PString s1),PSeq (PString s2) p22) -> PSeq p11 (PSeq (PString (s1++s2)) p22) _ -> PSeq p1 p2 --}
\ No newline at end of file +-} |
