more words and rules in Dutch

This commit is contained in:
aarne
2009-11-10 17:24:32 +00:00
parent ad89cc7cc2
commit 00cda41bc0
9 changed files with 473 additions and 475 deletions

View File

@@ -112,14 +112,14 @@ oper
---- Two-place adjectives are formed by adding a preposition to an adjective.
--
-- mkA2 : A -> Prep -> A2 ;
--
----2 Adverbs
--
---- Adverbs are formed from strings.
--
-- mkAdv : Str -> Adv ;
--
--
--2 Adverbs
-- Adverbs are formed from strings.
mkAdv : Str -> Adv ;
--2 Prepositions
@@ -316,7 +316,7 @@ oper
--
-- mkA2 = \a,p -> a ** {c2 = p ; lock_A2 = <>} ;
--
-- mkAdv s = {s = s ; lock_Adv = <>} ;
mkAdv s = {s = s ; lock_Adv = <>} ;
--
-- mkPrep s c = {s = s ; c = c ; lock_Prep = <>} ;
-- accPrep = mkPrep [] accusative ;