X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FErr.hi-boot;h=4ae901a99fc17f3ef0d7866d28aa12ea8c64bf16;hb=659db5a16100b288ca3dc33d936d91a22423948e;hp=13facf35261f8cb99a9d8fb95a76df3335af3e52;hpb=6bbd4780e49f69a08ae373b5a07bd15b037013f7;p=ghc-base.git diff --git a/GHC/Err.hi-boot b/GHC/Err.hi-boot index 13facf3..4ae901a 100644 --- a/GHC/Err.hi-boot +++ b/GHC/Err.hi-boot @@ -15,3 +15,6 @@ module GHC.Err where -- 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