From e68a4c82a7188da9cb09256abf122c9d177770d8 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 6 Sep 2007 13:06:22 +0000 Subject: comented ExtFoods --- examples/tutorial/resource-foods/ExtFoodsI.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/tutorial/resource-foods/ExtFoodsI.gf') diff --git a/examples/tutorial/resource-foods/ExtFoodsI.gf b/examples/tutorial/resource-foods/ExtFoodsI.gf index 57b8c1cf1..def336e28 100644 --- a/examples/tutorial/resource-foods/ExtFoodsI.gf +++ b/examples/tutorial/resource-foods/ExtFoodsI.gf @@ -6,7 +6,7 @@ incomplete concrete ExtFoodsI of ExtFoods = FoodsI ** open Syntax, LexFoods in { Move = Text ; Verb = V2 ; Guest = NP ; - GuestKind = N ; + GuestKind = CN ; lin MAssert p = mkText (mkS p) ; MDeny p = mkText (mkS negativePol p) ; @@ -43,7 +43,7 @@ incomplete concrete ExtFoodsI of ExtFoods = FoodsI ** open Syntax, LexFoods in { Eat = eat_V2 ; Drink = drink_V2 ; Pay = pay_V2 ; - Lady = lady_N ; - Gentleman = gentleman_N ; + Lady = mkCN lady_N ; + Gentleman = mkCN gentleman_N ; } -- cgit v1.2.3