l -multi -all/-table ; same with tb

This commit is contained in:
aarne
2006-05-30 22:02:25 +00:00
parent 6f57b5b530
commit 993f2b3e1e
19 changed files with 112 additions and 64 deletions

View File

@@ -1,6 +1,8 @@
interface DiffScand = open CommonScand, Prelude in {
-- Parameters.
--1 Differences between Scandinavian languages
-- Norway has three genders, Danish and Swedish have two.
param
Gender ;
@@ -14,13 +16,14 @@ interface DiffScand = open CommonScand, Prelude in {
detDef : Species ;
-- Danish verbs have a marking for compound-tense auxiliary ("have" or "være").
-- Danish and Norwegian verbs, but not Swedish verbs,
-- have two possible compound-tense auxiliaries ("have" or "være").
Verb : Type ;
hasAuxBe : Verb -> Bool ;
-- Strings.
-- The rest of the parameters are function words used in the syntax modules.
conjThat : Str ;
conjThan : Str ;