diff options
Diffstat (limited to 'examples/tutorial/resource-foods/ExtFoodsI.gf')
| -rw-r--r-- | examples/tutorial/resource-foods/ExtFoodsI.gf | 6 |
1 files changed, 3 insertions, 3 deletions
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 ; } |
