1
0
forked from GitHub/gf-rgl

rename TPasseSimple to TPastSimple in Extend

This commit is contained in:
Krasimir Angelov
2023-10-10 13:57:12 +02:00
parent 140b59dd70
commit 9570ff202a
6 changed files with 6 additions and 6 deletions

View File

@@ -303,6 +303,6 @@ fun
AnaphPron : NP -> Pron ;
fun
TPasseSimple : Tense ;
TPastSimple : Tense ;
}

View File

@@ -317,7 +317,7 @@ lin AnaphPron np =
<GPl, _> => they_Pron
} ;
lin TPasseSimple = {s = []} ** {t = VPastSimple} ; --# notpresent
lin TPastSimple = {s = []} ** {t = VPastSimple} ; --# notpresent
}

View File

@@ -127,7 +127,7 @@ lin
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
UttVPShort = UttVP ; -- have fun, as opposed to "to have fun" ; DEFAULT UttVP
TPasseSimple = Grammar.TPast ; --# notpresent
TPastSimple = Grammar.TPast ; --# notpresent
SQuestVPS = variants {} ; -- : NP -> VPS -> QS ; -- has she walked
QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked

View File

@@ -27,7 +27,7 @@ concrete ExtendCze of Extend = CatCze **
,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
,TPasseSimple
,TPastSimple
]
with (Grammar = GrammarCze)
**

View File

@@ -278,7 +278,7 @@ incomplete concrete ExtendRomanceFunctor of Extend =
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
UttVPShort = UttVP ;
TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent
TPastSimple = {s = []} ** {t = RPasse} ; --# notpresent
oper
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?

View File

@@ -27,7 +27,7 @@ concrete ExtendSlo of Extend = CatSlo **
,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
,TPasseSimple
,TPastSimple
]
with (Grammar = GrammarSlo)
**