summaryrefslogtreecommitdiff
path: root/examples/SUMO/RGLExt/DictLang.gf
diff options
context:
space:
mode:
authorra.monique <ra.monique@gmail.com>2010-11-28 19:38:56 +0000
committerra.monique <ra.monique@gmail.com>2010-11-28 19:38:56 +0000
commit667e7e67d3b9f4808fab3d46a83e110e61b1edec (patch)
treea0236c9290756b72a1b2dfdd116587dd4835e725 /examples/SUMO/RGLExt/DictLang.gf
parent8e6421a03e564d4c5cee6ef68867ea6ec7f76268 (diff)
fixed SUMOEng with open instead of import for the Extension module
Diffstat (limited to 'examples/SUMO/RGLExt/DictLang.gf')
-rw-r--r--examples/SUMO/RGLExt/DictLang.gf5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/SUMO/RGLExt/DictLang.gf b/examples/SUMO/RGLExt/DictLang.gf
index 1b21e8fdf..1b0919b2e 100644
--- a/examples/SUMO/RGLExt/DictLang.gf
+++ b/examples/SUMO/RGLExt/DictLang.gf
@@ -6,8 +6,7 @@
-- which may be more suitable to open in applications.
abstract DictLang =
- Grammar,
- Extension
- ** {
+ Grammar
+ ** open Extension in {
-- flags startcat=NP ;
} ;