mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
concrete IdiomEng of Idiom = CatEng ** open Prelude, ResEng in {
|
|
|
|
flags optimize=all_subs ;
|
|
|
|
lin
|
|
ExistNP np =
|
|
mkClause "there" (agrP3 Sg) (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ;
|
|
ImpersVP vp = mkClause "it" (agrP3 Sg) vp ;
|
|
-- ProgrVP : VP -> VP ; -- sleeping
|
|
|
|
}
|
|
|