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