From b1402e8bd6a68a891b00a214d6cf184d66defe19 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 22 Sep 2003 13:16:55 +0000 Subject: Founding the newly structured GF2.0 cvs archive. --- src/GF/Grammar/Abstract.hs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/GF/Grammar/Abstract.hs (limited to 'src/GF/Grammar/Abstract.hs') diff --git a/src/GF/Grammar/Abstract.hs b/src/GF/Grammar/Abstract.hs new file mode 100644 index 000000000..538fff90b --- /dev/null +++ b/src/GF/Grammar/Abstract.hs @@ -0,0 +1,24 @@ +module Abstract ( + +module Grammar, +module Values, +module Macros, +module Ident, +module MMacros, +module PrGrammar, + +Grammar + + ) where + +import Grammar +import Values +import Macros +import Ident +import MMacros +import PrGrammar + +type Grammar = SourceGrammar --- + + + -- cgit v1.2.3