Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
29c63565
Commit
29c63565
authored
Jan 15, 1999
by
simonm
Browse files
[project @ 1999-01-15 14:08:21 by simonm]
Remove Void use.
parent
21d9d573
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/basicTypes/BasicTypes.lhs
View file @
29c63565
...
...
@@ -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!"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment