summaryrefslogtreecommitdiff
path: root/examples/attempto
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2009-04-02 09:35:48 +0000
committeraarne <aarne@cs.chalmers.se>2009-04-02 09:35:48 +0000
commit6bb85a8f41a994ac7adca0fcc4d4907e6cfad939 (patch)
tree82eb815a42dc8b470e84fe80fa80fd669fcfc1af /examples/attempto
parenta94143ee92565dadb1caaf1042f303878059c200 (diff)
fixes before beta3 release
Diffstat (limited to 'examples/attempto')
-rw-r--r--examples/attempto/LexAttemptoEng.gf6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/attempto/LexAttemptoEng.gf b/examples/attempto/LexAttemptoEng.gf
index ad54d6de9..b2b9c3d4b 100644
--- a/examples/attempto/LexAttemptoEng.gf
+++ b/examples/attempto/LexAttemptoEng.gf
@@ -25,9 +25,9 @@ oper
that_Subj = M.mkSubj "that" ;
- comma_and_Conj = M.mkConj [] ", and" plural ;
- comma_or_Conj = M.mkConj [] ", or" singular ;
- slash_Conj = M.mkConj [] "/" singular ;
+ comma_and_Conj = mkConj [] ", and" plural ;
+ comma_or_Conj = mkConj [] ", or" singular ;
+ slash_Conj = mkConj [] "/" singular ;
whose_IDet = M.mkIDet "whose" singular ;