disabled binding of elision in Ita and Fre, temporarily, to make more inputs parsable

This commit is contained in:
aarne
2014-04-15 21:26:58 +00:00
parent 8873582fde
commit 7527edf2d5
4 changed files with 26 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ oper
} ;
elision : (_,_,_ : Str) -> Str = \il, l', lo ->
pre {il ; (l' ++ Predef.BIND) / vocale ; lo / sImpuro} ;
--- pre {vocale => l' ; sImpuro => lo ; _ => il} ;
---- pre {il ; (l' ++ Predef.SOFT_BIND) / vocale ; lo / sImpuro} ;
pre {vocale => l' ; sImpuro => lo ; _ => il} ; --- doesn't work properly 15/4/2014
}