diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-16 12:59:40 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-16 12:59:40 +0000 |
| commit | 95278a947f003d6dbb13f874064d03d2ed1792bd (patch) | |
| tree | d8f368c36a8b23c5d87fa0244fb609dc5248fd3a /src/GF/Compile | |
| parent | bb25c86ae5624f52ed63af9ea92467490e8647d6 (diff) | |
Export list in GF.Compile.GetGrammar
Diffstat (limited to 'src/GF/Compile')
| -rw-r--r-- | src/GF/Compile/GetGrammar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/GetGrammar.hs b/src/GF/Compile/GetGrammar.hs index b8ee7c3cc..85f017459 100644 --- a/src/GF/Compile/GetGrammar.hs +++ b/src/GF/Compile/GetGrammar.hs @@ -12,7 +12,7 @@ -- this module builds the internal GF grammar that is sent to the type checker ----------------------------------------------------------------------------- -module GF.Compile.GetGrammar where +module GF.Compile.GetGrammar (getSourceModule) where import GF.Data.Operations |
