Skip to content
Snippets Groups Projects
Commit 848705ff authored by sof's avatar sof
Browse files

[project @ 1997-06-20 09:09:38 by sof]

Added Eval (a->b) instance
parent aba63c75
No related merge requests found
......@@ -632,6 +632,8 @@ data Integer = J# Int# Int# ByteArray#
%*********************************************************
\begin{code}
instance Eval (a -> b)
instance Show (a -> b) where
showsPrec p f = showString "<<function>>"
showList ls = showList__ (showsPrec 0) ls
......
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