diff options
Diffstat (limited to 'compiler/GHC/Builtin/RebindableNames.hs')
-rw-r--r-- | compiler/GHC/Builtin/RebindableNames.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/GHC/Builtin/RebindableNames.hs b/compiler/GHC/Builtin/RebindableNames.hs deleted file mode 100644 index 0a07224b15..0000000000 --- a/compiler/GHC/Builtin/RebindableNames.hs +++ /dev/null @@ -1,6 +0,0 @@ -module GHC.Builtin.RebindableNames where - -import GHC.Data.FastString - -reboundIfSymbol :: FastString -reboundIfSymbol = fsLit "ifThenElse" |