Skip to content
Snippets Groups Projects
Commit 2ed3e0f4 authored by sof's avatar 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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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