From 4c77dcf9388315411539b513aaac5f48b5c875ad Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 2 Oct 2009 23:34:35 +0000 Subject: merge GF.Grammar.API into GF.Grammar --- src/GF/Grammar.hs | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'src/GF/Grammar.hs') diff --git a/src/GF/Grammar.hs b/src/GF/Grammar.hs index 71c95a73d..c540f77b8 100644 --- a/src/GF/Grammar.hs +++ b/src/GF/Grammar.hs @@ -12,27 +12,18 @@ -- (Description of the module) ----------------------------------------------------------------------------- -module GF.Grammar ( - -module GF.Infra.Ident, -module GF.Grammar.Grammar, -module GF.Grammar.Values, -module GF.Grammar.Macros, -module GF.Grammar.MMacros, -module GF.Grammar.Printer, - -Grammar - - ) where +module GF.Grammar + ( module GF.Infra.Ident, + module GF.Grammar.Grammar, + module GF.Grammar.Values, + module GF.Grammar.Macros, + module GF.Grammar.MMacros, + module GF.Grammar.Printer + ) where +import GF.Infra.Ident import GF.Grammar.Grammar import GF.Grammar.Values import GF.Grammar.Macros -import GF.Infra.Ident import GF.Grammar.MMacros import GF.Grammar.Printer - -type Grammar = SourceGrammar --- - - - -- cgit v1.2.3