1
0
forked from GitHub/gf-rgl

added SlashV2a

This commit is contained in:
Krasimir Angelov
2026-03-19 17:20:10 +01:00
parent cc1168634b
commit e8005bf071

View File

@@ -8,4 +8,6 @@ concrete VerbMkd of Verb = CatMkd ** open Prelude,ResMkd in {
imperative = \\a,n => vps.imperative ! a ! n ++ np.s;
participle = {aorist = \\a,gn => vps.participle.aorist ! a ! gn ++ np.s;
perfect = \\a => vps.participle.perfect ! a ++ np.s}} ;
lin SlashV2a v = v ;
}