mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
added dummy ExtendMlt
This commit is contained in:
@@ -10,7 +10,7 @@ concrete AllMlt of AllMltAbs =
|
|||||||
LangMlt,
|
LangMlt,
|
||||||
DictMlt,
|
DictMlt,
|
||||||
IrregMlt,
|
IrregMlt,
|
||||||
ExtraMlt
|
ExtendMlt
|
||||||
** {
|
** open ExtraMlt in {
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ abstract AllMltAbs =
|
|||||||
Lang,
|
Lang,
|
||||||
DictMltAbs,
|
DictMltAbs,
|
||||||
IrregMltAbs,
|
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