Skip to content
Snippets Groups Projects
Commit 9feebf2b authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-04-16 09:08:32 by simonm]

embarrasing braino in yesterday's commit.
parent 9ededbc8
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,8 @@ ufmToList :: UniqFM elt -> [(Unique, elt)]
\begin{code}
-- Turn off for now, these need to be updated (SDM 4/98)
{- #ifdef __GLASGOW_HASKELL__ -}
#if 0
#ifdef __GLASGOW_HASKELL__
-- I don't think HBC was too happy about this (WDP 94/10)
{-# SPECIALIZE
......@@ -151,7 +152,8 @@ ufmToList :: UniqFM elt -> [(Unique, elt)]
, UniqFM elt -> Unique -> Maybe elt
#-}
{- #endif {- __GLASGOW_HASKELL__ -} -}
#endif {- __GLASGOW_HASKELL__ -}
#endif
\end{code}
%************************************************************************
......
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