From 92a106339f5948e30119664dfe9dce1b66afe81b Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 21 Jun 2012 06:22:47 +0000 Subject: QueryFre instances, don't compile yet because of type discrepancies --- examples/query/small/patentsQuery/QueryFre.gf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/query/small/patentsQuery/QueryFre.gf (limited to 'examples/query/small/patentsQuery/QueryFre.gf') 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) ; -- cgit v1.2.3