summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorsimonm <unknown>1999-04-26 11:09:48 +0000
committersimonm <unknown>1999-04-26 11:09:48 +0000
commit1e9b030f944b1e32206d6a381e4bf3fd02c748f2 (patch)
tree9f1f39f1a8b9319dc858bf491096dc7ae7372f31 /ghc
parentb106d6412e354f2944a64f1fa135cb439ba2965f (diff)
downloadhaskell-1e9b030f944b1e32206d6a381e4bf3fd02c748f2.tar.gz
[project @ 1999-04-26 11:09:48 by simonm]
oops, forgot to add dataToTag#.
Diffstat (limited to 'ghc')
-rw-r--r--ghc/lib/std/PrelGHC.hi-boot4
1 files changed, 4 insertions, 0 deletions
diff --git a/ghc/lib/std/PrelGHC.hi-boot b/ghc/lib/std/PrelGHC.hi-boot
index fa1f8d092d..67d494fa88 100644
--- a/ghc/lib/std/PrelGHC.hi-boot
+++ b/ghc/lib/std/PrelGHC.hi-boot
@@ -18,6 +18,10 @@ __export PrelGHC
-- Magical assert thingy
assert
+ -- constructor tags
+ tagToEnumzh
+ dataToTagzh
+
-- I/O primitives
RealWorld
realWorldzh