mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
parad fixes
This commit is contained in:
@@ -237,7 +237,7 @@ oper
|
||||
apReg = \s -> AdjP1 (mkAdj1 s) ;
|
||||
|
||||
aGen : Str -> AdjDeg = \s -> case last s of {
|
||||
"y" => mkAdjDeg s (init s ++ "ier") (init s + "iest") ;
|
||||
"y" => mkAdjDeg s (init s + "ier") (init s + "iest") ;
|
||||
"e" => mkAdjDeg s (s + "r") (s + "st") ;
|
||||
_ => aReg s
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user