completed Russian grammar with missing syntax functions (marked ---- AR 17/12/2008); their effects should be checked

This commit is contained in:
aarne
2008-12-17 15:41:38 +00:00
parent 4d970ae48c
commit e62ffcbad1
6 changed files with 155 additions and 26 deletions

View File

@@ -125,5 +125,14 @@ oper
s2 = xs.s2
} ;
consrTable3 : (P,Q,R : Type) -> Str -> {s : P => Q => R => Str} ->
ListTable3 P Q R -> ListTable3 P Q R =
\P,Q,R,c,x,xs ->
{s1 = table P {p => table Q {q => table R {
r => x.s ! p ! q ! r ++ c ++ xs.s1 ! p ! q ! r
}}} ;
s2 = xs.s2
} ;
} ;