mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Fixing a bug in the French smart paradigm for verbs with 12 arguments.
This commit is contained in:
@@ -251,7 +251,7 @@ oper
|
|||||||
|
|
||||||
mkVerb12 :
|
mkVerb12 :
|
||||||
(tenir,tiens,tient,tenons,tenez,tiennent,tienne,tenions,tiensI,tint,tiendra,tenu : Str) -> Verbe =
|
(tenir,tiens,tient,tenons,tenez,tiennent,tienne,tenions,tiensI,tint,tiendra,tenu : Str) -> Verbe =
|
||||||
\tenir,tiens,tient,tenons,tenez,tiennent,tenions,tienne,tiensI,tint,tiendra,tenu ->
|
\tenir,tiens,tient,tenons,tenez,tiennent,tienne,tenions,tiensI,tint,tiendra,tenu ->
|
||||||
let
|
let
|
||||||
tiens2 : Str = case tiens of {
|
tiens2 : Str = case tiens of {
|
||||||
_ + "e" => tiens + "s" ;
|
_ + "e" => tiens + "s" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user