mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
typo in ParadigmsSwe causing a bug fixed
This commit is contained in:
@@ -13,6 +13,3 @@ Do this way in gf:
|
||||
The program FromOverload.hs creates the files OverGrammar.gf and OverGrammarEng.gf
|
||||
from constr.gf (which in turn is the latter part of ../Constructors.gf).
|
||||
|
||||
|
||||
Some imperative and punctuation forms are still missing, since they are treated
|
||||
with special parameters.
|
||||
|
||||
@@ -531,7 +531,7 @@ oper
|
||||
in mk6V leka (lek + "er") gom (gom +"de") (gom +"t") (gom +"d") ;
|
||||
"r" =>
|
||||
mk6V leka lek lek (lek +"de") (lek +"t") (lek +"d") ;
|
||||
_ => case leka of {
|
||||
_ => case lek of {
|
||||
_ + "nd" =>
|
||||
mk6V leka (lek + "er") lek (lek +"e") (init lek +"t") lek ;
|
||||
_ =>
|
||||
|
||||
Reference in New Issue
Block a user