mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 18:02:54 -06:00
reimplemented Combinators with Constructors in next-resource
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsNor = Combinators with (Grammar = GrammarNor) ;
|
||||
resource CombinatorsNor = Combinators with
|
||||
(Cat = CatNor),
|
||||
(Structural = StructuralNor),
|
||||
(Constructors = ConstructorsNor) ;
|
||||
|
||||
Reference in New Issue
Block a user