1
0
forked from GitHub/gf-rgl

fixed the syntax error with --# notpresent in ResGer

This commit is contained in:
Hans Leiss
2019-07-04 14:15:50 +02:00
parent 07aa656687
commit 2a1c22c5ca

View File

@@ -188,7 +188,8 @@ resource ResGer = ParamX ** open Prelude in {
in
case <t,m> of {
<Pres,MIndic> => VFin b (VPresInd an ap) ;
<Pres,MConjunct> => VFin b (VPresSubj an ap) ; --# notpresent
<Pres,MConjunct> => VFin b (VPresSubj an ap)
; --# notpresent
<Past,MIndic> => VFin b (VImpfInd an ap) ; --# notpresent
<Past,MConjunct> => VFin b (VImpfSubj an ap) ; --# notpresent
_ => VInf False --# notpresent