1
0
forked from GitHub/gf-rgl

added TPastSimple

This commit is contained in:
Krasimir Angelov
2025-11-16 13:22:01 +01:00
parent a73b6ad6ed
commit 5e6ee94baa

View File

@@ -3,10 +3,11 @@
concrete ExtendKor of Extend = CatKor
-- ** ExtendFunctor - [ApposNP]
-- with (Grammar=GrammarKor)
** open Prelude, ResKor, NounKor, Coordination in {
** open Prelude, ResKor, NounKor, Coordination, TenseX in {
lin
-- : NP -> NP -> NP
ApposNP np1 np2 = np1 ** {s = \\nf => np1.s ! nf ++ np2.s ! nf} ;
TPastSimple = TPast ;
} ;