forked from GitHub/gf-core
missing case in param lookup table in GrammartoGFCC
This commit is contained in:
@@ -358,6 +358,7 @@ paramValues cgr = (labels,untyps,typs) where
|
|||||||
|
|
||||||
isParam ty = case ty of
|
isParam ty = case ty of
|
||||||
Q _ _ -> True
|
Q _ _ -> True
|
||||||
|
QC _ _ -> True
|
||||||
RecType rs -> all isParam (map snd rs)
|
RecType rs -> all isParam (map snd rs)
|
||||||
_ -> False
|
_ -> False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user