mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
further clean-up in DictionaryIta and Spa
This commit is contained in:
@@ -506,7 +506,10 @@ oper
|
||||
regADeg : Str -> A ;
|
||||
|
||||
mkV = overload {
|
||||
mkV : Str -> V = regV ;
|
||||
mkV : Str -> V = \s -> case s of {
|
||||
_ + "rsi" => reflV (regV (Predef.tk 2 s + "e")) ;
|
||||
_ => regV s
|
||||
} ;
|
||||
mkV : Verbo -> V = verboV ;
|
||||
mkV :
|
||||
(udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V = mk11V ;
|
||||
|
||||
Reference in New Issue
Block a user