ImpP3 in Ita, Swe ; order fixed in Fre (but not necessarily the only correct one)

This commit is contained in:
Aarne Ranta
2024-05-07 15:53:33 +02:00
parent 18716dbbd5
commit 03e81a3fab
4 changed files with 13 additions and 4 deletions

View File

@@ -330,8 +330,8 @@ instance DiffFre of DiffRomance - [
<_, _, True> =>
neg.p1 ++ clit ++ fin ++ bindHyphen ++ subj ++ neg.p2 ++ inf ++ compl ++ ext ;
-- est loin la ville
_ => neg.p1 ++ clit ++ fin ++ neg.p2 ++ inf ++ compl ++ subj ++ ext
-- est Paris loin
_ => neg.p1 ++ clit ++ fin ++ neg.p2 ++ subj ++ inf ++ compl ++ ext
} ;
bindHyphensT : Str = bindHyphen ++ "t" ++ bindHyphen ;