a few fixes in French and Romance to help with homotopy type theory

This commit is contained in:
aarne
2014-10-22 14:13:41 +00:00
parent 27cb32844b
commit 1c0fd52c27
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ oper
-- only approximatively correct, for "si" is not really elided before
-- the string "il" in general, but before the pronouns "il" and "ils".
elisSi = pre {"si" ; "s'" / strs {"il"}} ;
elisSi = pre {"si" ; ("s'" ++ Predef.BIND) / strs {"il"}} ;
}