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