1
0
forked from GitHub/gf-rgl

typo in ParseSwe fixed

This commit is contained in:
aarne
2013-11-05 14:56:36 +00:00
parent 8607c930b9
commit 5ff02e77b4

View File

@@ -98,7 +98,7 @@ lin
PredVPovs np vp = mkCl np vp ; ---- PredVPovs np vp = mkCl np vp ; ----
that_RP = which_RP ; -- som that_RP = which_RP ; -- som
who_RP = who_RP ; who_RP = which_RP ;
CompS s = {s = \\_ => "att" ++ s.s ! Sub} ; CompS s = {s = \\_ => "att" ++ s.s ! Sub} ;
CompQS qs = {s = \\_ => qs.s ! QIndir} ; CompQS qs = {s = \\_ => qs.s ! QIndir} ;