mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 12:32:50 -06:00
QueryFre instances, don't compile yet because of type discrepancies
This commit is contained in:
4
examples/query/small/patentsQuery/QueryFre.gf
Normal file
4
examples/query/small/patentsQuery/QueryFre.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
concrete QueryFre of Query = QueryI with
|
||||
(LexQuery = LexQueryFre),
|
||||
(Syntax = SyntaxFre),
|
||||
(Lang = LangFre) ;
|
||||
Reference in New Issue
Block a user