ArchEdit moved; spanish/Structural now works

This commit is contained in:
aarne
2005-03-30 11:41:12 +00:00
parent d465324279
commit 6cb79f531c
8 changed files with 1169 additions and 1154 deletions

View File

@@ -176,4 +176,11 @@ haber_10 : Str -> Verbum = haber_3 ;
param DForm = unit | teen | ten | hundred ;
param Modif = mod | unmod | conj ;
oper spl : Str -> {s : Gender => Str ; n : Number} = \s -> {s = \\_ =>
s ; n = Pl} ;
uno : Gender => Str = table {Masc => "uno" ; Fem => "una"} ;
yuno : Gender => Str = \\g => "y" ++ uno ! g ;
}