From 05d233e8e18284cb98dc320bf58191ba4d86c754 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Wed, 21 Dec 2016 12:13:11 +0000 Subject: Move InId/OutId to CoreSyn It turned out that many different modules defined the same type synonyms (InId, OutId, InType, OutType, etc) for the same purpose. This patch is refactoring only: it moves all those definitions to CoreSyn. --- compiler/simplStg/UnariseStg.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/simplStg') diff --git a/compiler/simplStg/UnariseStg.hs b/compiler/simplStg/UnariseStg.hs index a393e8fae9..fc30859980 100644 --- a/compiler/simplStg/UnariseStg.hs +++ b/compiler/simplStg/UnariseStg.hs @@ -265,8 +265,6 @@ extendRho rho x (UnaryVal val) -------------------------------------------------------------------------------- type OutStgExpr = StgExpr -type InId = Id -type OutId = Id type InStgAlt = StgAlt type InStgArg = StgArg type OutStgArg = StgArg -- cgit v1.2.1