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