From: Adam Megacz Date: Mon, 9 May 2011 06:28:57 +0000 (-0700) Subject: use the "debug" version of Outputable for ToString in Coq code X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=commitdiff_plain;h=2f503f719116c08f11178e46c3aecfa09d974a82;ds=sidebyside use the "debug" version of Outputable for ToString in Coq code --- diff --git a/src/Extraction-prefix.hs b/src/Extraction-prefix.hs index 195e6f7..7e68ba0 100644 --- a/src/Extraction-prefix.hs +++ b/src/Extraction-prefix.hs @@ -113,7 +113,7 @@ coreKindToKind k = else Prelude.error ((Prelude.++) "coreKindToKind got an unknown kind: " (Outputable.showSDoc (Outputable.ppr k))) outputableToString :: Outputable.Outputable a => a -> Prelude.String -outputableToString = (\x -> Outputable.showSDoc (Outputable.ppr x)) +outputableToString = (\x -> Outputable.showSDocDebug (Outputable.ppr x)) coreViewDeep :: Type.Type -> Type.Type coreViewDeep t =