mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
yet another improvement of mkV 2 in ParadigmsEng (but this is not a very useful paradigm)
This commit is contained in:
@@ -506,7 +506,7 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ; --%
|
|||||||
reg2V fit fitted =
|
reg2V fit fitted =
|
||||||
let fitt = Predef.tk 2 fitted ;
|
let fitt = Predef.tk 2 fitted ;
|
||||||
in
|
in
|
||||||
if_then_else V (pbool2bool (Predef.eqStr (init fitt) fit))
|
if_then_else V (pbool2bool (Predef.eqStr (last fit) (last fitt)))
|
||||||
(mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing"))
|
(mk5V fit (fit + "s") (fitt + "ed") (fitt + "ed") (fitt + "ing"))
|
||||||
(regV fit) ;
|
(regV fit) ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user