Fre and Ita: elision with BIND

This commit is contained in:
aarne
2014-03-17 16:29:11 +00:00
parent 8c15bdb119
commit 27a4bab3fd
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ oper
} ;
elision : (_,_,_ : Str) -> Str = \il, l', lo ->
pre {il ; l' / vocale ; lo / sImpuro} ;
pre {il ; (l' ++ Predef.BIND) / vocale ; lo / sImpuro} ;
--- pre {vocale => l' ; sImpuro => lo ; _ => il} ;
}