Skip to content
Snippets Groups Projects
Commit 29c63565 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-01-15 14:08:21 by simonm]

Remove Void use.
parent 21d9d573
No related merge requests found
......@@ -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!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment