summaryrefslogtreecommitdiff
path: root/next-lib/src/api/CombinatorsCat.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/api/CombinatorsCat.gf')
-rw-r--r--next-lib/src/api/CombinatorsCat.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/next-lib/src/api/CombinatorsCat.gf b/next-lib/src/api/CombinatorsCat.gf
new file mode 100644
index 000000000..91b9d6beb
--- /dev/null
+++ b/next-lib/src/api/CombinatorsCat.gf
@@ -0,0 +1,6 @@
+--# -path=.:alltenses:prelude
+
+resource CombinatorsCat = Combinators with
+ (Cat = CatCat),
+ (Structural = StructuralCat),
+ (Constructors = ConstructorsCat) ;