forked from GitHub/gf-core
reimplemented Combinators with Constructors in next-resource
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsDan = Combinators with (Grammar = GrammarDan) ;
|
||||
resource CombinatorsDan = Combinators with
|
||||
(Cat = CatDan),
|
||||
(Structural = StructuralDan),
|
||||
(Constructors = ConstructorsDan) ;
|
||||
|
||||
Reference in New Issue
Block a user