summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/peacekeeping/PeaceLexCommon.gf3
-rw-r--r--examples/peacekeeping/PeaceLexCommonI.gf2
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/peacekeeping/PeaceLexCommon.gf b/examples/peacekeeping/PeaceLexCommon.gf
index 512d7ad81..75abaebdf 100644
--- a/examples/peacekeeping/PeaceLexCommon.gf
+++ b/examples/peacekeeping/PeaceLexCommon.gf
@@ -38,7 +38,8 @@ abstract PeaceLexCommon = PeaceCat ** {
-- Numerals
- one_Det : Det ;
+-- Causes too much ambiguity
+-- one_Det : Det ;
two_Num : Num ;
three_Num : Num ;
four_Num : Num ;
diff --git a/examples/peacekeeping/PeaceLexCommonI.gf b/examples/peacekeeping/PeaceLexCommonI.gf
index 2b1cf29a4..b76949cb9 100644
--- a/examples/peacekeeping/PeaceLexCommonI.gf
+++ b/examples/peacekeeping/PeaceLexCommonI.gf
@@ -37,7 +37,7 @@ incomplete concrete PeaceLexCommonI of PeaceLexCommon = PeaceCatI ** open Lang i
when_IAdv = when_IAdv;
-- Numerals
- one_Det = DetSg one_Quant NoOrd ;
+-- one_Det = DetSg one_Quant NoOrd ;
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;