forked from GitHub/gf-core
needed for Sevilla lights
This commit is contained in:
@@ -646,7 +646,7 @@ oper haber_10 : Str -> Verbum = \haber ->
|
||||
VI Part => h_ + "abido" ;
|
||||
VP (Pres Ind Sg P1) => h_ + "e" ;
|
||||
VP (Pres Ind Sg P2) => h_ + "as" ;
|
||||
VP (Pres Ind Sg P3) => variants {h_ + "a" ; h_ + "ay"} ;
|
||||
VP (Pres Ind Sg P3) => variants {h_ + "a"} ; ---- h_ + "ay"} ;
|
||||
VP (Pres Ind Pl P1) => h_ + "emos" ;
|
||||
VP (Pres Ind Pl P2) => h_ + "abéis" ;
|
||||
VP (Pres Ind Pl P3) => h_ + "an" ;
|
||||
|
||||
Reference in New Issue
Block a user