1
0
forked from GitHub/gf-rgl

(Por) correct destruir paradigm

This commit is contained in:
odanoburu
2018-04-14 20:45:26 -03:00
parent b17fa27414
commit 714429e95f

View File

@@ -2,7 +2,7 @@
resource BeschPor = open Prelude, CommonRomance in { resource BeschPor = open Prelude, CommonRomance in {
flags optimize=noexpand ; -- faster than values flags optimize=noexpand ; -- faster than values
coding=utf8 ; coding=utf8 ;
-- machine-generated file -- machine-generated file
@@ -1064,7 +1064,7 @@ oper comerciar_18 : Str -> Verbum = \comerciar ->
VPB (PretP Sg P1) => comerc_ + "iei" ; --# notpresent VPB (PretP Sg P1) => comerc_ + "iei" ; --# notpresent
VPB (PretP Sg P2) => comerc_ + "iaste" ; --# notpresent VPB (PretP Sg P2) => comerc_ + "iaste" ; --# notpresent
VPB (PretP Sg P3) => comerc_ + "iou" ; --# notpresent VPB (PretP Sg P3) => comerc_ + "iou" ; --# notpresent
VPB (PretP Pl P1) => comerc_ + vars "iamos" "iamos" ; --# notpresent VPB (PretP Pl P1) => comerc_ + vars "iamos" "iámos" ; --# notpresent
VPB (PretP Pl P2) => comerc_ + "iastes" ; --# notpresent VPB (PretP Pl P2) => comerc_ + "iastes" ; --# notpresent
VPB (PretP Pl P3) => comerc_ + "iaram" ; --# notpresent VPB (PretP Pl P3) => comerc_ + "iaram" ; --# notpresent
VPB (Fut Ind Sg P1) => comerc_ + "iarei" ; --# notpresent VPB (Fut Ind Sg P1) => comerc_ + "iarei" ; --# notpresent
@@ -4890,70 +4890,70 @@ oper distribuir_73 : Str -> Verbum = \distribuir ->
} ; } ;
oper destruir_74 : Str -> Verbum = \destruir -> oper destruir_74 : Str -> Verbum = \destruir ->
let destru_ = Predef.tk 2 destruir in let destr_ = Predef.tk 3 destruir in
{s = table { {s = table {
VI Infn => destru_ + "ir" ; VI Infn => destr_ + "uir" ;
VI Ger => destru_ + "indo" ; VI Ger => destr_ + "uindo" ;
VI Part => destru_ + "ído" ; VI Part => destr_ + "uído" ;
VPB (Pres Ind Sg P1) => destru_ + "o" ; VPB (Pres Ind Sg P1) => destr_ + "uo" ;
VPB (Pres Ind Sg P2) => destru_ + vars "is" "is" ; VPB (Pres Ind Sg P2) => destr_ + vars "óis" "uis" ;
VPB (Pres Ind Sg P3) => destru_ + vars "i" "i" ; VPB (Pres Ind Sg P3) => destr_ + vars "ói" "ui" ;
VPB (Pres Ind Pl P1) => destru_ + "ímos" ; VPB (Pres Ind Pl P1) => destr_ + "uímos" ;
VPB (Pres Ind Pl P2) => destru_ + "ís" ; VPB (Pres Ind Pl P2) => destr_ + "uís" ;
VPB (Pres Ind Pl P3) => destru_ + vars "em" "em" ; VPB (Pres Ind Pl P3) => destr_ + vars "oem" "uem" ;
VPB (Pres Sub Sg P1) => destru_ + "a" ; VPB (Pres Sub Sg P1) => destr_ + "ua" ;
VPB (Pres Sub Sg P2) => destru_ + "as" ; VPB (Pres Sub Sg P2) => destr_ + "uas" ;
VPB (Pres Sub Sg P3) => destru_ + "a" ; VPB (Pres Sub Sg P3) => destr_ + "ua" ;
VPB (Pres Sub Pl P1) => destru_ + "amos" ; VPB (Pres Sub Pl P1) => destr_ + "uamos" ;
VPB (Pres Sub Pl P2) => destru_ + "ais" ; VPB (Pres Sub Pl P2) => destr_ + "uais" ;
VPB (Pres Sub Pl P3) => destru_ + "am" ; VPB (Pres Sub Pl P3) => destr_ + "uam" ;
VPB (PretI Ind Sg P1) => destru_ + "ía" ; --# notpresent VPB (PretI Ind Sg P1) => destr_ + "uía" ; --# notpresent
VPB (PretI Ind Sg P2) => destru_ + "ías" ; --# notpresent VPB (PretI Ind Sg P2) => destr_ + "uías" ; --# notpresent
VPB (PretI Ind Sg P3) => destru_ + "ía" ; --# notpresent VPB (PretI Ind Sg P3) => destr_ + "uía" ; --# notpresent
VPB (PretI Ind Pl P1) => destru_ + "íamos" ; --# notpresent VPB (PretI Ind Pl P1) => destr_ + "uíamos" ; --# notpresent
VPB (PretI Ind Pl P2) => destru_ + "íeis" ; --# notpresent VPB (PretI Ind Pl P2) => destr_ + "uíeis" ; --# notpresent
VPB (PretI Ind Pl P3) => destru_ + "íam" ; --# notpresent VPB (PretI Ind Pl P3) => destr_ + "uíam" ; --# notpresent
VPB (PretI Sub Sg P1) => destru_ + "ísse" ; --# notpresent VPB (PretI Sub Sg P1) => destr_ + "uísse" ; --# notpresent
VPB (PretI Sub Sg P2) => destru_ + "ísses" ; --# notpresent VPB (PretI Sub Sg P2) => destr_ + "uísses" ; --# notpresent
VPB (PretI Sub Sg P3) => destru_ + "ísse" ; --# notpresent VPB (PretI Sub Sg P3) => destr_ + "uísse" ; --# notpresent
VPB (PretI Sub Pl P1) => destru_ + "íssemos" ; --# notpresent VPB (PretI Sub Pl P1) => destr_ + "uíssemos" ; --# notpresent
VPB (PretI Sub Pl P2) => destru_ + "ísseis" ; --# notpresent VPB (PretI Sub Pl P2) => destr_ + "uísseis" ; --# notpresent
VPB (PretI Sub Pl P3) => destru_ + "íssem" ; --# notpresent VPB (PretI Sub Pl P3) => destr_ + "uíssem" ; --# notpresent
VPB (MQPerf Sg P1) => destru_ + "íra" ; --# notpresent VPB (MQPerf Sg P1) => destr_ + "uíra" ; --# notpresent
VPB (MQPerf Sg P2) => destru_ + "íras" ; --# notpresent VPB (MQPerf Sg P2) => destr_ + "uíras" ; --# notpresent
VPB (MQPerf Sg P3) => destru_ + "íra" ; --# notpresent VPB (MQPerf Sg P3) => destr_ + "uíra" ; --# notpresent
VPB (MQPerf Pl P1) => destru_ + "íramos" ; --# notpresent VPB (MQPerf Pl P1) => destr_ + "uíramos" ; --# notpresent
VPB (MQPerf Pl P2) => destru_ + "íreis" ; --# notpresent VPB (MQPerf Pl P2) => destr_ + "uíreis" ; --# notpresent
VPB (MQPerf Pl P3) => destru_ + "íram" ; --# notpresent VPB (MQPerf Pl P3) => destr_ + "uíram" ; --# notpresent
VPB (PretP Sg P1) => destru_ + "í" ; --# notpresent VPB (PretP Sg P1) => destr_ + "uí" ; --# notpresent
VPB (PretP Sg P2) => destru_ + "íste" ; --# notpresent VPB (PretP Sg P2) => destr_ + "uíste" ; --# notpresent
VPB (PretP Sg P3) => destru_ + "iu" ; --# notpresent VPB (PretP Sg P3) => destr_ + "uiu" ; --# notpresent
VPB (PretP Pl P1) => destru_ + "ímos" ; --# notpresent VPB (PretP Pl P1) => destr_ + "uímos" ; --# notpresent
VPB (PretP Pl P2) => destru_ + "ístes" ; --# notpresent VPB (PretP Pl P2) => destr_ + "uístes" ; --# notpresent
VPB (PretP Pl P3) => destru_ + "íram" ; --# notpresent VPB (PretP Pl P3) => destr_ + "uíram" ; --# notpresent
VPB (Fut Ind Sg P1) => destru_ + "irei" ; --# notpresent VPB (Fut Ind Sg P1) => destr_ + "uirei" ; --# notpresent
VPB (Fut Ind Sg P2) => destru_ + "irás" ; --# notpresent VPB (Fut Ind Sg P2) => destr_ + "uirás" ; --# notpresent
VPB (Fut Ind Sg P3) => destru_ + "irá" ; --# notpresent VPB (Fut Ind Sg P3) => destr_ + "uirá" ; --# notpresent
VPB (Fut Ind Pl P1) => destru_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P1) => destr_ + "uiremos" ; --# notpresent
VPB (Fut Ind Pl P2) => destru_ + "ireis" ; --# notpresent VPB (Fut Ind Pl P2) => destr_ + "uireis" ; --# notpresent
VPB (Fut Ind Pl P3) => destru_ + "irão" ; --# notpresent VPB (Fut Ind Pl P3) => destr_ + "uirão" ; --# notpresent
VPB (Fut Sub Sg P1) => destru_ + "ir" ; --# notpresent VPB (Fut Sub Sg P1) => destr_ + "uir" ; --# notpresent
VPB (Fut Sub Sg P2) => destru_ + "íres" ; --# notpresent VPB (Fut Sub Sg P2) => destr_ + "uíres" ; --# notpresent
VPB (Fut Sub Sg P3) => destru_ + "ir" ; --# notpresent VPB (Fut Sub Sg P3) => destr_ + "uir" ; --# notpresent
VPB (Fut Sub Pl P1) => destru_ + "írmos" ; --# notpresent VPB (Fut Sub Pl P1) => destr_ + "uírmos" ; --# notpresent
VPB (Fut Sub Pl P2) => destru_ + "írdes" ; --# notpresent VPB (Fut Sub Pl P2) => destr_ + "uírdes" ; --# notpresent
VPB (Fut Sub Pl P3) => destru_ + "írem" ; --# notpresent VPB (Fut Sub Pl P3) => destr_ + "uírem" ; --# notpresent
VPB (Cond Sg P1) => destru_ + "iria" ; --# notpresent VPB (Cond Sg P1) => destr_ + "uiria" ; --# notpresent
VPB (Cond Sg P2) => destru_ + "irias" ; --# notpresent VPB (Cond Sg P2) => destr_ + "uirias" ; --# notpresent
VPB (Cond Sg P3) => destru_ + "iria" ; --# notpresent VPB (Cond Sg P3) => destr_ + "uiria" ; --# notpresent
VPB (Cond Pl P1) => destru_ + "iríamos" ; --# notpresent VPB (Cond Pl P1) => destr_ + "uiríamos" ; --# notpresent
VPB (Cond Pl P2) => destru_ + "iríeis" ; --# notpresent VPB (Cond Pl P2) => destr_ + "uiríeis" ; --# notpresent
VPB (Cond Pl P3) => destru_ + "iriam" ; --# notpresent VPB (Cond Pl P3) => destr_ + "uiriam" ; --# notpresent
VPB (Imper Sg P2) => destru_ + vars "i" "i" ; VPB (Imper Sg P2) => destr_ + vars "ói" "ui" ;
VPB (Imper Sg P3) => destru_ + "a" ; VPB (Imper Sg P3) => destr_ + "ua" ;
VPB (Imper Pl P1) => destru_ + "amos" ; VPB (Imper Pl P1) => destr_ + "uamos" ;
VPB (Imper Pl P2) => destru_ + "i" ; VPB (Imper Pl P2) => destr_ + "ui" ;
VPB (Imper Pl P3) => destru_ + "am" ; VPB (Imper Pl P3) => destr_ + "uam" ;
VPB (Imper Sg P1) => nonExist VPB (Imper Sg P1) => nonExist
} }
} ; } ;
@@ -5372,4 +5372,4 @@ oper remir_80 : Str -> Verbum = \remir ->
} }
} ; } ;
} } ;