mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-29 23:46:59 -06:00
fix compilation in Present
This commit is contained in:
@@ -659,7 +659,8 @@ resource ResBul = ParamX - [Tense,Pres,Past,Fut,Cond] ** open Prelude, Predef in
|
||||
|
||||
verbs : {aux:{s1:Str; s2:Str}; main:Str} =
|
||||
case <t,a> of {
|
||||
<VPresent,Simul> => {aux=vf2 clitic.s; main=presentImperf} ; --# notpresent
|
||||
<VPresent,Simul> => {aux=vf2 clitic.s; main=presentImperf}
|
||||
; --# notpresent
|
||||
<VPresent,Anter> => {aux=vf1 clitic.s; main=perfect} ; --# notpresent
|
||||
<VPastSimple Indicative,Simul> => {aux=vf2 clitic.s; main=aorist} ; --# notpresent
|
||||
<VPastSimple Indicative,Anter> => {aux=vf4 auxAorist; main=perfect} ; --# notpresent
|
||||
|
||||
Reference in New Issue
Block a user