[project @ 2005-01-27 10:45:47 by simonpj]
[ghc-base.git] / GHC / Err.hi-boot
diff --git a/GHC/Err.hi-boot b/GHC/Err.hi-boot
deleted file mode 100644 (file)
index 4ae901a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
----------------------------------------------------------------------------
---                              PrelErr.hi-boot
--- 
---      This hand-written interface file is the initial bootstrap version
---     for PrelErr.hi.
---     It doesn't need to give "error" a type signature, 
---     because it's wired into the compiler
----------------------------------------------------------------------------
-
-module GHC.Err where
-
--- We can't give an accurate type for error, because it mentions an open
--- type variable, but fortunately it doesn't matter what type we
--- give here because the compiler will use its wired-in version.  But we have
--- to mention 'error' so that it gets exported from this .hi-boot
--- file.
-error    :: GHC.Base.String -> a
-
--- divide by zero is needed quite early
-divZeroError :: a