From 559f7d8d6ca8c0b5630e3eb0f0fe716480134b08 Mon Sep 17 00:00:00 2001 From: sewardj Date: Fri, 21 Dec 2001 17:03:18 +0000 Subject: [PATCH] [project @ 2001-12-21 17:03:18 by sewardj] derive Eq Cond so that an assertion in MachCode works. --- ghc/compiler/nativeGen/MachMisc.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/nativeGen/MachMisc.lhs b/ghc/compiler/nativeGen/MachMisc.lhs index ee9d934..83c0332 100644 --- a/ghc/compiler/nativeGen/MachMisc.lhs +++ b/ghc/compiler/nativeGen/MachMisc.lhs @@ -237,6 +237,7 @@ data Cond | VC | VS #endif + deriving Eq -- to make an assertion work \end{code} \begin{code} -- 1.7.10.4