mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -06:00
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