mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 02:18:55 -06:00
infVP bug fix in Scand
This commit is contained in:
@@ -267,7 +267,7 @@ oper
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
infVP : VP -> Agr -> Str = \vp,a ->
|
infVP : VP -> Agr -> Str = \vp,a ->
|
||||||
(vp.s ! VPInfinit Simul).inf ++ vp.n2 ! a ++ vp.a2 ++ vp.ext ; --- a1
|
vp.a1 ! Pos ++ (vp.s ! VPInfinit Simul).inf ++ vp.n2 ! a ++ vp.a2 ++ vp.ext ; --- a1
|
||||||
|
|
||||||
|
|
||||||
-- For $Sentence$.
|
-- For $Sentence$.
|
||||||
|
|||||||
Reference in New Issue
Block a user