Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2ed3e0f4
Commit
2ed3e0f4
authored
Mar 05, 1999
by
sof
Browse files
[project @ 1999-03-05 09:38:43 by sof]
Remove the Show instance for (a->b). It will not be missed..
parent
00dab891
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/PrelBase.lhs
View file @
2ed3e0f4
...
...
@@ -607,11 +607,6 @@ instance Eq Integer where
%*********************************************************
\begin{code}
instance Show (a -> b) where
showsPrec _ _ = showString "<<function>>"
showList ls = showList__ (showsPrec 0) ls
-- identity function
id :: a -> a
id x = x
...
...
Write
Preview
Markdown
is supported
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