From a71aed81fd2abe142aa71ba75f59bb21a3afbd1e Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 25 May 2009 12:19:32 +0000 Subject: fixed pre expressions, parsing {} patterns, and the path in resource Make.hs --- next-lib/src/french/MorphoFre.gf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'next-lib/src/french') diff --git a/next-lib/src/french/MorphoFre.gf b/next-lib/src/french/MorphoFre.gf index 05ecbc925..00dd88536 100644 --- a/next-lib/src/french/MorphoFre.gf +++ b/next-lib/src/french/MorphoFre.gf @@ -182,7 +182,10 @@ oper } ; elisPoss : Str -> Str = \s -> - pre {s + "a" ; s + "on" / voyelle} ; + pre { + voyelle => s + "on" ; + _ => s + "a" + } ; --2 Determiners -- cgit v1.2.3