use Any as the HValue type, this should be a bit safer than forall a.a
[ghc-hetmet.git] / compiler / ghci / ByteCodeLink.lhs
index 7304d02..e8bae70 100644 (file)
@@ -58,7 +58,7 @@ import GHC.Base               ( writeArray#, RealWorld, Int(..), Word# )
 
 \begin{code}
 type ClosureEnv = NameEnv (Name, HValue)
-newtype HValue = HValue (forall a . a)
+newtype HValue = HValue Any
 
 emptyClosureEnv = emptyNameEnv