mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-09 18:16:32 -06:00
fixed pre expressions, parsing {} patterns, and the path in resource Make.hs
This commit is contained in:
@@ -182,7 +182,10 @@ oper
|
||||
} ;
|
||||
|
||||
elisPoss : Str -> Str = \s ->
|
||||
pre {s + "a" ; s + "on" / voyelle} ;
|
||||
pre {
|
||||
voyelle => s + "on" ;
|
||||
_ => s + "a"
|
||||
} ;
|
||||
|
||||
|
||||
--2 Determiners
|
||||
|
||||
Reference in New Issue
Block a user