mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
field names added to Prolog
This commit is contained in:
@@ -48,10 +48,10 @@ incomplete concrete DialogueI of Dialogue = open Lang, Prelude in {
|
||||
} ;
|
||||
|
||||
aImp : VP -> Str = \vp ->
|
||||
(PhrUtt NoPConj (UttImpPl PPos (ImpVP vp)) NoVoc).s ;
|
||||
(PhrUtt NoPConj (UttImpSg PPos (ImpVP vp)) NoVoc).s ;
|
||||
|
||||
aImpPlease : VP -> Str = \vp ->
|
||||
(PhrUtt NoPConj (UttImpPl PPos (ImpVP vp)) please_Voc).s ;
|
||||
(PhrUtt NoPConj (UttImpSg PPos (ImpVP vp)) please_Voc).s ;
|
||||
|
||||
aWant : VP -> Str = \vp ->
|
||||
(PhrUtt NoPConj (UttS (UseCl TPres ASimul PPos (PredVP (UsePron i_Pron)
|
||||
|
||||
Reference in New Issue
Block a user