diff options
author | simonpj@microsoft.com <unknown> | 2006-09-23 03:52:01 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2006-09-23 03:52:01 +0000 |
commit | f37e239fb5e81fc493e0ea1af98178bf1f7ceaba (patch) | |
tree | fdd086889c2995445d157c40e74c61ccffa3bd73 /compiler/prelude | |
parent | 2c5337d3f05b1cfb70e2fa63818c453cfc09eb42 (diff) | |
download | haskell-f37e239fb5e81fc493e0ea1af98178bf1f7ceaba.tar.gz |
Trim imports, and remove some dead code
Diffstat (limited to 'compiler/prelude')
-rw-r--r-- | compiler/prelude/PrelRules.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/PrelRules.lhs b/compiler/prelude/PrelRules.lhs index 8bdaeb36aa..f7a319873b 100644 --- a/compiler/prelude/PrelRules.lhs +++ b/compiler/prelude/PrelRules.lhs @@ -20,7 +20,7 @@ module PrelRules ( primOpRules, builtinRules ) where #include "HsVersions.h" import CoreSyn -import Id ( mkWildId, isPrimOpId_maybe, idUnfolding ) +import Id ( mkWildId, idUnfolding ) import Literal ( Literal(..), mkMachInt, mkMachWord , literalType , word2IntLit, int2WordLit |