import Extend from All

This commit is contained in:
Krasimir Angelov
2026-09-18 10:25:17 +02:00
parent 470f2cc796
commit 4bf10ff93a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
concrete AllSqi of AllSqiAbs =
LangSqi,
ExtendSqi,
IrregSqi
**
{} ;
+1
View File
@@ -1,4 +1,5 @@
abstract AllSqiAbs =
Lang,
Extend,
IrregSqiAbs
** {}