added dummy ExtendMlt

This commit is contained in:
Krasimir Angelov
2026-04-14 09:06:11 +02:00
parent 8a8c1c6b42
commit 2c613bfc83
3 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ concrete AllMlt of AllMltAbs =
LangMlt, LangMlt,
DictMlt, DictMlt,
IrregMlt, IrregMlt,
ExtraMlt ExtendMlt
** { ** open ExtraMlt in {
} ; } ;
+1 -1
View File
@@ -10,5 +10,5 @@ abstract AllMltAbs =
Lang, Lang,
DictMltAbs, DictMltAbs,
IrregMltAbs, IrregMltAbs,
ExtraMltAbs Extend
** {} ; ** {} ;
+7
View File
@@ -0,0 +1,7 @@
concrete ExtendMlt of Extend =
CatMlt ** ExtendFunctor - [
ComplDirectVS,
ComplDirectVQ
]
with (Grammar = GrammarMlt) ** {
}