forked from GitHub/gf-core
Maltese RG: simple change which makes things compilable again
This commit is contained in:
@@ -783,12 +783,12 @@ concrete DictMlt of DictMltAbs = CatMlt ** open ParadigmsMlt in {
|
||||
balla'_BLGH_2_7436_V = mkV_II "balla'" (mkRoot "b-l-għ") ;
|
||||
tballa'_BLGH_5_7437_V = mkV_V "tballa'" (mkRoot "b-l-għ") ;
|
||||
nbela'_BLGH_7_7438_V = mkV_VII "bela'" "nbela'" (mkRoot "b-l-għ") ;
|
||||
blehhen_BLHN_1_7439_V = mkV strong form1 (mkRoot "bl-ħ-n") (mkVowels "e" "e")
|
||||
blehhen_BLHN_2_7439_V = mkV strong form1 (mkRoot "bl-ħ-n") (mkVowels "e" "e")
|
||||
"bleħħint" "bleħħint" "bleħħen" "bleħħnet" "bleħħinna" "bleħħintu" "bleħħnu"
|
||||
"nbleħħen" "tbleħħen" "jibleħħen" "tbleħħen" "nbleħħnu" "tbleħħnu" "jibleħħnu"
|
||||
"bleħħen" "bleħħnu"
|
||||
;
|
||||
tblehhen_BLHN_2_7440_V = mkV strong form2 (mkRoot "bl-ħ-n") (mkVowels "e" "e")
|
||||
tblehhen_BLHN_5_7440_V = mkV strong form2 (mkRoot "bl-ħ-n") (mkVowels "e" "e")
|
||||
"tbleħħint" "tbleħħint" "tbleħħen" "tbleħħnet" "tbleħħinna" "tbleħħintu" "tbleħħnu"
|
||||
"nitbleħħen" "titbleħħen" "jitbleħħen" "titbleħħen" "nitbleħħnu" "titbleħħnu" "jitbleħħnu"
|
||||
"tbleħħen" "tbleħħnu"
|
||||
@@ -4293,6 +4293,7 @@ concrete DictMlt of DictMltAbs = CatMlt ** open ParadigmsMlt in {
|
||||
itteka_TKW_1_10825_V = mkV "itteka" (mkRoot "t-k-w") ;
|
||||
ntemm_TMM_7_10826_V = mkV_VII "temm" "ntemm" (mkRoot "t-m-m") ;
|
||||
nghadda_GHDJ_7_10828_V = mkV_VII "għadda" "ngħadda" (mkRoot "għ-d-j") ;
|
||||
nqies_QJS_7_10829_V = mkV_VII "qies" "nqies" (mkRoot "q-j-s") ;
|
||||
|
||||
-- Loan verbs
|
||||
lin
|
||||
|
||||
@@ -759,8 +759,8 @@ abstract DictMltAbs = Cat ** {
|
||||
balla'_BLGH_2_7436_V : V ;
|
||||
tballa'_BLGH_5_7437_V : V ;
|
||||
nbela'_BLGH_7_7438_V : V ;
|
||||
blehhen_BLHN_1_7439_V : V ;
|
||||
tblehhen_BLHN_2_7440_V : V ;
|
||||
blehhen_BLHN_2_7439_V : V ;
|
||||
tblehhen_BLHN_5_7440_V : V ;
|
||||
bell_BLL_1_7441_V : V ;
|
||||
bellel_BLL_2_7442_V : V ;
|
||||
tbell_BLL_5_7443_V : V ;
|
||||
@@ -4145,6 +4145,7 @@ abstract DictMltAbs = Cat ** {
|
||||
itteka_TKW_1_10825_V : V ;
|
||||
ntemm_TMM_7_10826_V : V ;
|
||||
nghadda_GHDJ_7_10828_V : V ;
|
||||
nqies_QJS_7_10829_V : V ;
|
||||
|
||||
-- Loan verbs
|
||||
fun
|
||||
|
||||
@@ -796,12 +796,12 @@ resource ResMlt = ParamX ** open Prelude, Predef, Maybe in {
|
||||
} ;
|
||||
|
||||
VerbPhrase : Type = {
|
||||
v : Verb ;
|
||||
-- v : {
|
||||
-- s : VForm => VerbStems ;
|
||||
-- presPart : Maybe Participle ;
|
||||
-- pastPart : Maybe Participle ;
|
||||
-- } ;
|
||||
-- v : Verb ;
|
||||
v : {
|
||||
s : VForm => VerbStems ;
|
||||
presPart : Maybe Participle ;
|
||||
pastPart : Maybe Participle ;
|
||||
} ;
|
||||
s2 : Agr => Str ; -- complement
|
||||
dir : Maybe Agr ; -- direct object clitic
|
||||
ind : Maybe Agr ; -- indirect object clitic
|
||||
|
||||
Reference in New Issue
Block a user