diff options
Diffstat (limited to 'next-lib/src/api/CombinatorsSwe.gf')
| -rw-r--r-- | next-lib/src/api/CombinatorsSwe.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/next-lib/src/api/CombinatorsSwe.gf b/next-lib/src/api/CombinatorsSwe.gf new file mode 100644 index 000000000..5cdd1a2a6 --- /dev/null +++ b/next-lib/src/api/CombinatorsSwe.gf @@ -0,0 +1,6 @@ +--# -path=.:alltenses:prelude + +resource CombinatorsSwe = Combinators with + (Cat = CatSwe), + (Structural = StructuralSwe), + (Constructors = ConstructorsSwe) ; |
