mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
added TPastSimple
This commit is contained in:
@@ -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 ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user