From 63f03f8c731f3392e72f92d65b2c200fd342551d Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 16 May 2006 21:10:47 +0000 Subject: field names added to Prolog --- examples/dialogue/DialogueI.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/dialogue/DialogueI.gf') diff --git a/examples/dialogue/DialogueI.gf b/examples/dialogue/DialogueI.gf index 7a00e67db..e88497135 100644 --- a/examples/dialogue/DialogueI.gf +++ b/examples/dialogue/DialogueI.gf @@ -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) -- cgit v1.2.3