mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 08:30:12 -06:00
added VPS variants of existentials in Extend; made this also for questions, but concrete syntax is not yet there
This commit is contained in:
@@ -117,6 +117,14 @@ lin
|
||||
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
||||
UttVPShort = UttVP ; -- have fun, as opposed to "to have fun" ; DEFAULT UttVP
|
||||
|
||||
SQuestVPS = variants {} ; -- : NP -> VPS -> QS ; -- has she walked
|
||||
QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked
|
||||
|
||||
-- these will probably not need language-specific implementations
|
||||
ExistS t p np = UseCl t p (ExistNP np) ;
|
||||
ExistNPQS t p np = UseQCl t p (QuestCl (ExistNP np)) ;
|
||||
ExistIPQS t p np = UseQCl t p (ExistIP np) ;
|
||||
|
||||
oper
|
||||
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user