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 60b2261ef0
commit 27f11cf813
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) ;