summaryrefslogtreecommitdiff
path: root/ghc/compiler/prelude/PrelMods.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/prelude/PrelMods.lhs')
-rw-r--r--ghc/compiler/prelude/PrelMods.lhs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/compiler/prelude/PrelMods.lhs b/ghc/compiler/prelude/PrelMods.lhs
index 02fd9f6fef..17bef6a65b 100644
--- a/ghc/compiler/prelude/PrelMods.lhs
+++ b/ghc/compiler/prelude/PrelMods.lhs
@@ -14,7 +14,7 @@ module PrelMods (
pRELUDE_PRIMIO, pRELUDE_IO, pRELUDE_PS,
gLASGOW_ST, gLASGOW_MISC,
pRELUDE_FB,
- rATIO,
+ rATIO, iX,
fromPrelude
) where
@@ -36,6 +36,7 @@ pRELUDE_PS = SLIT("PreludePS")
pRELUDE_TEXT = SLIT("PreludeText")
rATIO = SLIT("Ratio")
+iX = SLIT("Ix")
fromPrelude :: FAST_STRING -> Bool
fromPrelude s = (_SUBSTR_ s 0 6 == SLIT("Prelude"))