diff options
| author | aarne <aarne@chalmers.se> | 2012-06-21 06:22:47 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2012-06-21 06:22:47 +0000 |
| commit | 92a106339f5948e30119664dfe9dce1b66afe81b (patch) | |
| tree | e31ee63adace64e1f6f92e0b662a341c1b67abda /examples/query/small/patentsQuery/QueryFre.gf | |
| parent | f8e74c50e277b06964f2d820da109197ecde5711 (diff) | |
QueryFre instances, don't compile yet because of type discrepancies
Diffstat (limited to 'examples/query/small/patentsQuery/QueryFre.gf')
| -rw-r--r-- | examples/query/small/patentsQuery/QueryFre.gf | 4 |
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) ; |
