summaryrefslogtreecommitdiff
path: root/next-lib/src/french
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-05-25 12:19:32 +0000
committeraarne <aarne@chalmers.se>2009-05-25 12:19:32 +0000
commita71aed81fd2abe142aa71ba75f59bb21a3afbd1e (patch)
treee5e8ed34cea3f395faad5dd41396035ec1e27070 /next-lib/src/french
parent3efb7a671bb9f40ac0b442aa94e1714ddd8c9c53 (diff)
fixed pre expressions, parsing {} patterns, and the path in resource Make.hs
Diffstat (limited to 'next-lib/src/french')
-rw-r--r--next-lib/src/french/MorphoFre.gf5
1 files changed, 4 insertions, 1 deletions
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