summaryrefslogtreecommitdiff
path: root/eclipse/examples/hello/ResEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/examples/hello/ResEng.gf')
-rw-r--r--eclipse/examples/hello/ResEng.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclipse/examples/hello/ResEng.gf b/eclipse/examples/hello/ResEng.gf
deleted file mode 100644
index 1ecf97a4d..000000000
--- a/eclipse/examples/hello/ResEng.gf
+++ /dev/null
@@ -1,8 +0,0 @@
---# -path=.:../abstract:../common:../../prelude
-resource ResEng = {
-
- param
- OtherParam = A | B ;
- Gender = Masc | Fem ;
-
-} ;