From c0c121309b1888bd4570e005c17ec78aea172ed4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 21 Nov 2000 09:55:47 +0000 Subject: [PATCH] [project @ 2000-11-21 09:55:47 by simonmar] add missing case --- ghc/compiler/ghci/StgInterp.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/compiler/ghci/StgInterp.lhs b/ghc/compiler/ghci/StgInterp.lhs index bcb89ce..f0f74ba 100644 --- a/ghc/compiler/ghci/StgInterp.lhs +++ b/ghc/compiler/ghci/StgInterp.lhs @@ -922,6 +922,8 @@ repOf (LitI _) = RepI repOf (LitF _) = RepF repOf (LitD _) = RepD +repOf (Native _) = RepP + repOf (VarP _) = RepI repOf (VarI _) = RepI repOf (VarF _) = RepF -- 1.7.10.4