1
0
forked from GitHub/gf-rgl

regular expression patterns

This commit is contained in:
aarne
2006-01-07 14:39:40 +00:00
parent 9f91bd2136
commit e092f6cfb8
2 changed files with 3 additions and 2 deletions

View File

@@ -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
}
} ;