mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
fix ImpPl1
This commit is contained in:
@@ -62,8 +62,9 @@ concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
|
||||
subjRole = vp.subjRole
|
||||
} ;
|
||||
|
||||
ImpPl1 vp = {s = let verbs = vp.s ! Pres ! Simul ! Pos ! {gn = GPl ; p = P1} ! False ! Imperf ;
|
||||
in "íåêà" ++ vp.s2 ! {gn = GPl ; p = P1}
|
||||
ImpPl1 vp = {s = "íåêà" ++
|
||||
vp.s ! Pres ! Simul ! Pos ! {gn = GPl ; p = P1} ! False ! Imperf ++
|
||||
vp.s2 ! {gn = GPl ; p = P1}
|
||||
} ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user