mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 02:31:10 -06:00
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
----AR BEGIN the whole IdiomSlv
|
|
concrete IdiomSlv of Idiom = CatSlv **
|
|
open ParadigmsSlv, ResSlv, Prelude in {
|
|
|
|
lin
|
|
ExistNP np =
|
|
mkClause [] np.a False {
|
|
s = \\p,vform => ne ! p ++ (mkV "obstajati" "obstaja").s ! vform ;
|
|
s2 = \\a => np.s ! Nom ;
|
|
isCop = False ;
|
|
refl = []
|
|
} ;
|
|
|
|
|
|
|
|
}
|
|
----AR END |