mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -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
|
||||
Q _ _ -> True
|
||||
QC _ _ -> True
|
||||
RecType rs -> all isParam (map snd rs)
|
||||
_ -> False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user