diff --git a/transformations/Unnest.hs b/transformations/Unnest.hs index 23c9028..c2069a1 100644 --- a/transformations/Unnest.hs +++ b/transformations/Unnest.hs @@ -163,6 +163,7 @@ removeFreeNames = pass "Convert free names to arguments" A.IsChannelArray {} -> True A.Retypes {} -> True A.RetypesExpr {} -> True + A.Rep {} -> True _ -> False -- | Add the extra arguments we recorded when we saw the definition.