diff --git a/prelude/Predef.gf b/prelude/Predef.gf index 198e9449d..11d094793 100644 --- a/prelude/Predef.gf +++ b/prelude/Predef.gf @@ -10,7 +10,6 @@ resource Predef = { oper Int : Type = variants {} ; -- the type of integers oper Ints : Int -> Type = variants {} ; -- the type of integers from 0 to n - oper CC : Tok -> Tok -> Tok = variants {} ; -- concatenation; used in patterns oper length : Tok -> Int = variants {} ; -- length of string oper drop : Int -> Tok -> Tok = variants {} ; -- drop prefix of length oper take : Int -> Tok -> Tok = variants {} ; -- take prefix of length diff --git a/resource/finnish/MorphoFin.gf b/resource/finnish/MorphoFin.gf index 173d67b57..7565780eb 100644 --- a/resource/finnish/MorphoFin.gf +++ b/resource/finnish/MorphoFin.gf @@ -1355,7 +1355,9 @@ caseTable : Number -> CommonNoun -> Case => Str = \n,cn -> in {s = table { Imper Sg => "älä" ; - Impf n p | Cond n p => ei.s ! Pres n p ; +-- Impf n p | Cond n p => ei.s ! Pres n p ; + Impf n p => ei.s ! Pres n p ; + Cond n p => ei.s ! Pres n p ; v => ei.s ! v } } ;