diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-21 10:45:51 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-21 10:45:51 +0000 |
| commit | 3b878f85d85f1fa7f7ff724dfa161d7ac2b619b8 (patch) | |
| tree | f3bdc6ac612772df0c7d17b485b20b90e1d251eb /examples/tutorial/semantics/Base.gf | |
| parent | 087fddc1746e585bf4f7055e67c0f396ec58ebde (diff) | |
Swedish functor implementation of Base
Diffstat (limited to 'examples/tutorial/semantics/Base.gf')
| -rw-r--r-- | examples/tutorial/semantics/Base.gf | 3 |
1 files changed, 1 insertions, 2 deletions
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 ; |
