1
0
forked from GitHub/gf-rgl

small All module for Zul

This commit is contained in:
Krasimir Angelov
2023-08-21 14:41:24 +02:00
parent 1f73830d4b
commit 1562e53d77
2 changed files with 10 additions and 0 deletions

5
src/zulu/AllZul.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:../abstract:../common:../api
concrete AllZul of AllZulAbs =
CatZul ** {
}

5
src/zulu/AllZulAbs.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:../abstract:../common:../api
abstract AllZulAbs =
Cat ** {
}