mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
added dummy ExtendMlt
This commit is contained in:
@@ -10,7 +10,7 @@ concrete AllMlt of AllMltAbs =
|
||||
LangMlt,
|
||||
DictMlt,
|
||||
IrregMlt,
|
||||
ExtraMlt
|
||||
** {
|
||||
ExtendMlt
|
||||
** open ExtraMlt in {
|
||||
|
||||
} ;
|
||||
|
||||
@@ -10,5 +10,5 @@ abstract AllMltAbs =
|
||||
Lang,
|
||||
DictMltAbs,
|
||||
IrregMltAbs,
|
||||
ExtraMltAbs
|
||||
Extend
|
||||
** {} ;
|
||||
|
||||
7
src/maltese/ExtendMlt.gf
Normal file
7
src/maltese/ExtendMlt.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
concrete ExtendMlt of Extend =
|
||||
CatMlt ** ExtendFunctor - [
|
||||
ComplDirectVS,
|
||||
ComplDirectVQ
|
||||
]
|
||||
with (Grammar = GrammarMlt) ** {
|
||||
}
|
||||
Reference in New Issue
Block a user