mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 17:26:25 -06:00
Solved some problems from todo
This commit is contained in:
@@ -81,6 +81,7 @@ concrete ConjunctionRus of Conjunction =
|
||||
-- ConjDet : Conj -> ListDAP -> Det ; -- his or her
|
||||
ConjDet conj xs = {
|
||||
s=\\g,anim,cas => conj.s1 ++ xs.s1 ! g ! anim ! cas ++ conj.s2 ++ xs.s2 ! g ! anim ! cas ;
|
||||
type=NormalDet ; -- hopefully ok to drop empty cases
|
||||
g=xs.g ;
|
||||
c=xs.c ;
|
||||
size=xs.size
|
||||
|
||||
Reference in New Issue
Block a user