From: simonm Date: Fri, 15 Jan 1999 14:08:21 +0000 (+0000) Subject: [project @ 1999-01-15 14:08:21 by simonm] X-Git-Tag: Approx_2487_patches~90 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=29c635654f96c1721bb6241e19ba0792f9bf940f;p=ghc-hetmet.git [project @ 1999-01-15 14:08:21 by simonm] Remove Void use. --- diff --git a/ghc/compiler/basicTypes/BasicTypes.lhs b/ghc/compiler/basicTypes/BasicTypes.lhs index 5045c78..11c16fe 100644 --- a/ghc/compiler/basicTypes/BasicTypes.lhs +++ b/ghc/compiler/basicTypes/BasicTypes.lhs @@ -34,7 +34,7 @@ import Outputable Used as a placeholder in types. \begin{code} -type Unused = Void +type Unused = () unused :: Unused unused = error "Unused is used!"