Put a TypeState in TransformState.
[matthijs/master-project/cλash.git] / NormalizeTools.hs
index 4eedb15c6be6505c4e28e41ef2b6a5cf1cbf88d2..1785eedc9430b675b7023a7dbf50d45f58d8bab4 100644 (file)
@@ -234,5 +234,4 @@ substitute ((b, e):subss) expr = substitute subss' expr'
 -- Run a given TransformSession. Used mostly to setup the right calls and
 -- an initial state.
 runTransformSession :: UniqSupply.UniqSupply -> TransformSession a -> a
-runTransformSession uniqSupply session = State.evalState session initState
-                       where initState = TransformState uniqSupply Map.empty VarSet.emptyVarSet
+runTransformSession uniqSupply session = State.evalState session (emptyTransformState uniqSupply)