mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 :
|
||||
(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
|
||||
tiens2 : Str = case tiens of {
|
||||
_ + "e" => tiens + "s" ;
|
||||
|
||||
Reference in New Issue
Block a user