mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 08:02:51 -06:00
completed Russian grammar with missing syntax functions (marked ---- AR 17/12/2008); their effects should be checked
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user