diff options
Diffstat (limited to 'compiler/coreSyn/CoreSubst.hs')
-rw-r--r-- | compiler/coreSyn/CoreSubst.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreSubst.hs b/compiler/coreSyn/CoreSubst.hs index 695c7a2f9d..2e3a0087f1 100644 --- a/compiler/coreSyn/CoreSubst.hs +++ b/compiler/coreSyn/CoreSubst.hs @@ -61,7 +61,6 @@ import UniqSupply import Maybes import Util import Outputable -import PprCore () -- Instances import Data.List |