forked from GitHub/gf-rgl
added SlashV2a
This commit is contained in:
@@ -8,4 +8,6 @@ concrete VerbMkd of Verb = CatMkd ** open Prelude,ResMkd in {
|
|||||||
imperative = \\a,n => vps.imperative ! a ! n ++ np.s;
|
imperative = \\a,n => vps.imperative ! a ! n ++ np.s;
|
||||||
participle = {aorist = \\a,gn => vps.participle.aorist ! a ! gn ++ np.s;
|
participle = {aorist = \\a,gn => vps.participle.aorist ! a ! gn ++ np.s;
|
||||||
perfect = \\a => vps.participle.perfect ! a ++ np.s}} ;
|
perfect = \\a => vps.participle.perfect ! a ++ np.s}} ;
|
||||||
|
lin SlashV2a v = v ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user