German relative "was" in RelS

This commit is contained in:
aarne
2015-07-21 15:00:35 +00:00
parent b3781dc4ad
commit aa8c214671
7 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -66,6 +66,6 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in {
SSubjS a s b = {s = \\o => a.s ! o ++ "," ++ s.s ++ b.s ! Sub} ;
RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! gennum Neutr Sg} ; --- "welches"
RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! RSentence} ; --- "welches"
}