(Som) minor fixes and additions

This commit is contained in:
Inari Listenmaa
2019-05-31 16:37:03 +02:00
parent c9cc093b05
commit f6f77d384d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
resource ParadigmsSom = open CatSom, ResSom, Prelude in {
resource ParadigmsSom = open CatSom, ResSom, ParamSom, Prelude in {
oper
@@ -189,7 +189,7 @@ oper
copula = ResSom.copula ;
regV : Str -> Verb = \s -> case s of {
-- _ + g@#c + s@#c + "o" => cJoogso s ;
_ + #c + #c + "o" => cJoogso s ;
_ + "o" => cQaado s ; ----
_ + "i" => cKari s ;
_ + "ee" => cYaree s ;