diff options
Diffstat (limited to 'examples/query/small/patentsQuery/QueryEng.gf')
| -rw-r--r-- | examples/query/small/patentsQuery/QueryEng.gf | 4 |
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) ; |
