From 3b878f85d85f1fa7f7ff724dfa161d7ac2b619b8 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 21 Oct 2007 10:45:51 +0000 Subject: Swedish functor implementation of Base --- examples/tutorial/semantics/BaseEng.gf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/tutorial/semantics/BaseEng.gf') diff --git a/examples/tutorial/semantics/BaseEng.gf b/examples/tutorial/semantics/BaseEng.gf index 582c2e279..bd79bc98c 100644 --- a/examples/tutorial/semantics/BaseEng.gf +++ b/examples/tutorial/semantics/BaseEng.gf @@ -13,14 +13,12 @@ lin ModCN = cc2 ; - ConjS c = infixSS c.s ; ConjAP c = infixSS c.s ; ConjNP c = infixSS c.s ; UsePN a = a ; Every = prefixSS "every" ; Some = prefixSS "some" ; - None = prefixSS "no" ; And = ss "and" ; Or = ss "or" ; @@ -49,6 +47,7 @@ lin No = ss "no" ; Value np = np ; + None = ss "none" ; Many list = list ; BasePN = infixSS "and" ; -- cgit v1.2.3