From 29c635654f96c1721bb6241e19ba0792f9bf940f Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Fri, 15 Jan 1999 14:08:21 +0000 Subject: [PATCH] [project @ 1999-01-15 14:08:21 by simonm] Remove Void use. --- ghc/compiler/basicTypes/BasicTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/basicTypes/BasicTypes.lhs b/ghc/compiler/basicTypes/BasicTypes.lhs index 5045c784e28a..11c16feff7de 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!" -- GitLab