summaryrefslogtreecommitdiff
path: root/examples/query/small/patentsQuery/QueryEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/query/small/patentsQuery/QueryEng.gf')
-rw-r--r--examples/query/small/patentsQuery/QueryEng.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/query/small/patentsQuery/QueryEng.gf b/examples/query/small/patentsQuery/QueryEng.gf
new file mode 100644
index 000000000..994600fdf
--- /dev/null
+++ b/examples/query/small/patentsQuery/QueryEng.gf
@@ -0,0 +1,4 @@
+concrete QueryEng of Query = QueryI with
+ (LexQuery = LexQueryEng),
+ (Syntax = SyntaxEng),
+ (Lang = LangEng) ;