From 3ff57f6184963acde7f3cc2dcf0638c0e819929a Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 15 Nov 2008 11:19:10 +0000 Subject: comparative adverbs generalized to cover more of Attempto --- examples/attempto/LexAttemptoEng.gf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/attempto/LexAttemptoEng.gf') diff --git a/examples/attempto/LexAttemptoEng.gf b/examples/attempto/LexAttemptoEng.gf index 65ed0aa28..395e00c35 100644 --- a/examples/attempto/LexAttemptoEng.gf +++ b/examples/attempto/LexAttemptoEng.gf @@ -4,7 +4,7 @@ instance LexAttemptoEng of LexAttempto = SyntaxEng, ParadigmsEng, ConstructX, - MakeStructuralEng, + (M = MakeStructuralEng), IrregEng in { oper @@ -23,11 +23,11 @@ oper each_Det = ExtraEng.each_Det ; - that_Subj = mkSubj "that" ; + that_Subj = M.mkSubj "that" ; - comma_and_Conj = mkConj [] ", and" plural ; - comma_or_Conj = mkConj [] ", or" singular ; - slash_Conj = mkConj [] "/" singular ; + comma_and_Conj = M.mkConj [] ", and" plural ; + comma_or_Conj = M.mkConj [] ", or" singular ; + slash_Conj = M.mkConj [] "/" singular ; } -- cgit v1.2.3