mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -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
|
subjRole = vp.subjRole
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ImpPl1 vp = {s = let verbs = vp.s ! Pres ! Simul ! Pos ! {gn = GPl ; p = P1} ! False ! Imperf ;
|
ImpPl1 vp = {s = "íåêà" ++
|
||||||
in "íåêà" ++ vp.s2 ! {gn = GPl ; p = P1}
|
vp.s ! Pres ! Simul ! Pos ! {gn = GPl ; p = P1} ! False ! Imperf ++
|
||||||
|
vp.s2 ! {gn = GPl ; p = P1}
|
||||||
} ;
|
} ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user