Skip to content
Snippets Groups Projects
Commit 902650db authored by chak@cse.unsw.edu.au.'s avatar chak@cse.unsw.edu.au. Committed by Ian Lynagh
Browse files

DataConIds need to be treated specially in VectInfo

parent 6af4a4b3
No related branches found
No related tags found
No related merge requests found
...@@ -513,7 +513,7 @@ tidyVectInfo (_, var_env) info@(VectInfo { vectInfoVar = vars ...@@ -513,7 +513,7 @@ tidyVectInfo (_, var_env) info@(VectInfo { vectInfoVar = vars
tidy_var_v = lookup_var var_v tidy_var_v = lookup_var var_v
, isExportedId tidy_var , isExportedId tidy_var
, isExportedId tidy_var_v , isExportedId tidy_var_v
, not $ isImplicitId var , isDataConWorkId var || not (isImplicitId var)
] ]
tidy_scalarVars = mkVarSet [ lookup_var var tidy_scalarVars = mkVarSet [ lookup_var var
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment