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/Base.gf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/tutorial/semantics/Base.gf') diff --git a/examples/tutorial/semantics/Base.gf b/examples/tutorial/semantics/Base.gf index 74528d31d..4586c3106 100644 --- a/examples/tutorial/semantics/Base.gf +++ b/examples/tutorial/semantics/Base.gf @@ -19,14 +19,12 @@ fun ModCN : AP -> CN -> CN ; - ConjS : Conj -> S -> S -> S ; ConjAP : Conj -> AP -> AP -> AP ; ConjNP : Conj -> NP -> NP -> NP ; UsePN : PN -> NP ; Every : CN -> NP ; Some : CN -> NP ; - None : CN -> NP ; And, Or : Conj ; @@ -55,6 +53,7 @@ fun No : Answer ; Value : NP -> Answer ; + None : NP ; Many : ListPN -> NP ; BasePN : PN -> PN -> ListPN ; ConsPN : PN -> ListPN -> ListPN ; -- cgit v1.2.3