From 6bbd4780e49f69a08ae373b5a07bd15b037013f7 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 30 Aug 2002 13:00:31 +0000 Subject: [PATCH] [project @ 2002-08-30 13:00:31 by simonpj] Remove bogus parError; MERGE TO STABLE --- GHC/Err.hi-boot | 1 - 1 file changed, 1 deletion(-) diff --git a/GHC/Err.hi-boot b/GHC/Err.hi-boot index 862a24e..13facf3 100644 --- a/GHC/Err.hi-boot +++ b/GHC/Err.hi-boot @@ -15,4 +15,3 @@ module GHC.Err where -- to mention 'error' so that it gets exported from this .hi-boot -- file. error :: GHC.Base.String -> a -parError :: GHC.Base.String -> a -- 1.7.10.4