mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
rename TPasseSimple to TPastSimple in Extend
This commit is contained in:
@@ -303,6 +303,6 @@ fun
|
|||||||
AnaphPron : NP -> Pron ;
|
AnaphPron : NP -> Pron ;
|
||||||
|
|
||||||
fun
|
fun
|
||||||
TPasseSimple : Tense ;
|
TPastSimple : Tense ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ lin AnaphPron np =
|
|||||||
<GPl, _> => they_Pron
|
<GPl, _> => they_Pron
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
lin TPasseSimple = {s = []} ** {t = VPastSimple} ; --# notpresent
|
lin TPastSimple = {s = []} ** {t = VPastSimple} ; --# notpresent
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ lin
|
|||||||
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
||||||
UttVPShort = UttVP ; -- have fun, as opposed to "to have fun" ; DEFAULT UttVP
|
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
|
SQuestVPS = variants {} ; -- : NP -> VPS -> QS ; -- has she walked
|
||||||
QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked
|
QuestVPS = variants {} ; -- : IP -> VPS -> QS ; -- who has walked
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ concrete ExtendCze of Extend = CatCze **
|
|||||||
,CompBareCN
|
,CompBareCN
|
||||||
,PiedPipingQuestSlash
|
,PiedPipingQuestSlash
|
||||||
,PiedPipingRelSlash
|
,PiedPipingRelSlash
|
||||||
,TPasseSimple
|
,TPastSimple
|
||||||
]
|
]
|
||||||
with (Grammar = GrammarCze)
|
with (Grammar = GrammarCze)
|
||||||
**
|
**
|
||||||
|
|||||||
@@ -278,7 +278,7 @@ incomplete concrete ExtendRomanceFunctor of Extend =
|
|||||||
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
||||||
UttVPShort = UttVP ;
|
UttVPShort = UttVP ;
|
||||||
|
|
||||||
TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent
|
TPastSimple = {s = []} ** {t = RPasse} ; --# notpresent
|
||||||
|
|
||||||
oper
|
oper
|
||||||
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?
|
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ concrete ExtendSlo of Extend = CatSlo **
|
|||||||
,CompBareCN
|
,CompBareCN
|
||||||
,PiedPipingQuestSlash
|
,PiedPipingQuestSlash
|
||||||
,PiedPipingRelSlash
|
,PiedPipingRelSlash
|
||||||
,TPasseSimple
|
,TPastSimple
|
||||||
]
|
]
|
||||||
with (Grammar = GrammarSlo)
|
with (Grammar = GrammarSlo)
|
||||||
**
|
**
|
||||||
|
|||||||
Reference in New Issue
Block a user