QueryFre instances, don't compile yet because of type discrepancies

This commit is contained in:
aarne
2012-06-21 06:22:47 +00:00
parent f8e74c50e2
commit 92a106339f
4 changed files with 301 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
concrete QueryFre of Query = QueryI with
(LexQuery = LexQueryFre),
(Syntax = SyntaxFre),
(Lang = LangFre) ;