[project @ 1999-01-15 14:08:21 by simonm]
authorsimonm <unknown>
Fri, 15 Jan 1999 14:08:21 +0000 (14:08 +0000)
committersimonm <unknown>
Fri, 15 Jan 1999 14:08:21 +0000 (14:08 +0000)
Remove Void use.

ghc/compiler/basicTypes/BasicTypes.lhs

index 5045c78..11c16fe 100644 (file)
@@ -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!"