summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin/RebindableNames.hs
blob: 0a07224b15d2a626a3105208e759339971b565fb (plain)
1
2
3
4
5
6
module GHC.Builtin.RebindableNames where

import GHC.Data.FastString

reboundIfSymbol :: FastString
reboundIfSymbol = fsLit "ifThenElse"