1
0
forked from GitHub/gf-core

missing case in param lookup table in GrammartoGFCC

This commit is contained in:
aarne
2008-09-09 15:33:56 +00:00
parent 95866cbe6c
commit fa02871525

View File

@@ -358,6 +358,7 @@ paramValues cgr = (labels,untyps,typs) where
isParam ty = case ty of
Q _ _ -> True
QC _ _ -> True
RecType rs -> all isParam (map snd rs)
_ -> False