summaryrefslogtreecommitdiff
path: root/examples/query/small/QueryEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/query/small/QueryEng.gf')
-rw-r--r--examples/query/small/QueryEng.gf5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/query/small/QueryEng.gf b/examples/query/small/QueryEng.gf
index c2db9880a..207e56483 100644
--- a/examples/query/small/QueryEng.gf
+++ b/examples/query/small/QueryEng.gf
@@ -5,7 +5,7 @@ concrete QueryEng of Query = open
IrregEng,
SyntaxEng,
ExtraEng,
- (L = LangEng),
+ (L = GrammarEng),
Prelude
in {
@@ -32,7 +32,7 @@ lin
QSet s =
let
ss : NP = s
- | mkNP (mkNP thePl_Det L.name_N) (mkAdv possess_Prep s)
+ | mkNP (mkNP thePl_Det name_N) (mkAdv possess_Prep s)
---- s's names
in
mkUtt (mkImp (mkVP give_V3 (mkNP i_Pron) ss))
@@ -101,6 +101,7 @@ oper
give_V3 = mkV3 give_V ;
information_N = mkN "information" ;
other_A = mkA "other" ;
+ name_N = mkN "name" ;
-- lexical constructors
mkName : Str -> NP =