use the real nonExist in the Maltese grammar

This commit is contained in:
kr.angelov
2013-09-27 15:19:17 +00:00
parent efa4bc4d62
commit 9784b72add
3 changed files with 42 additions and 45 deletions

View File

@@ -660,8 +660,8 @@ resource MorphoMlt = ResMlt ** open Prelude in {
VPerf agr => perf ! agr ;
VImpf agr => impf ! agr ;
VImp num => imp ! num ;
VPresPart _ => NONEXIST ;
VPastPart _ => NONEXIST
VPresPart _ => nonExist ;
VPastPart _ => nonExist
} ;
conjFormII_quad : VerbInfo -> (VForm => Str) = \i ->
@@ -747,8 +747,8 @@ resource MorphoMlt = ResMlt ** open Prelude in {
VPerf agr => perf ! agr ;
VImpf agr => impf ! agr ;
VImp num => imp ! num ;
VPresPart _ => NONEXIST ;
VPastPart _ => NONEXIST
VPresPart _ => nonExist ;
VPastPart _ => nonExist
} ;
{- ~~~ Form III verbs ~~~ -}
@@ -789,8 +789,8 @@ resource MorphoMlt = ResMlt ** open Prelude in {
VPerf agr => perf ! agr ;
VImpf agr => impf ! agr ;
VImp num => imp ! num ;
VPresPart _ => NONEXIST ;
VPastPart _ => NONEXIST
VPresPart _ => nonExist ;
VPastPart _ => nonExist
} ;
{- ~~~ Form VII and VIII verbs ~~~ -}
@@ -860,8 +860,8 @@ resource MorphoMlt = ResMlt ** open Prelude in {
VPerf agr => perf ! agr ;
VImpf agr => impf ! agr ;
VImp num => imp ! num ;
VPresPart _ => NONEXIST ;
VPastPart _ => NONEXIST
VPresPart _ => nonExist ;
VPastPart _ => nonExist
} ;
{- ~~~ Form IX verbs ~~~ -}
@@ -896,8 +896,8 @@ resource MorphoMlt = ResMlt ** open Prelude in {
VPerf agr => perf ! agr ;
VImpf agr => impf ! agr ;
VImp num => imp ! num ;
VPresPart _ => NONEXIST ;
VPastPart _ => NONEXIST
VPresPart _ => nonExist ;
VPastPart _ => nonExist
} ;
{- ~~~ Form X verbs ~~~ -}
@@ -990,8 +990,8 @@ resource MorphoMlt = ResMlt ** open Prelude in {
VPerf agr => perf ! agr ;
VImpf agr => impf ! agr ;
VImp num => imp ! num ;
VPresPart _ => NONEXIST ;
VPastPart _ => NONEXIST
VPresPart _ => nonExist ;
VPastPart _ => nonExist
} ;
}