Skip to content
Snippets Groups Projects
Commit 69721cdc authored by sof's avatar sof
Browse files

[project @ 1998-08-24 11:05:37 by sof]

Since we're unable to deal with seq'ing over function values, comment out the Eval instance for (->)
parent 6afe2e84
No related merge requests found
......@@ -674,7 +674,10 @@ data Integer = J# Int# Int# ByteArray#
%*********************************************************
\begin{code}
instance Eval (a -> b)
-- The current implementation of seq# cannot handle function types,
-- so we leave this instance out rather than make false promises.
--
-- instance Eval (a -> b)
instance Show (a -> b) where
showsPrec p f = showString "<<function>>"
......
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