[Git][ghc/ghc][wip/simplifier-tweaks] Temporarily add -DDEBUG to Coercion.hs

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Tue Oct 10 08:35:30 UTC 2023



Simon Peyton Jones pushed to branch wip/simplifier-tweaks at Glasgow Haskell Compiler / GHC


Commits:
9c7acc26 by Simon Peyton Jones at 2023-10-10T09:35:00+01:00
Temporarily add -DDEBUG to Coercion.hs

- - - - -


1 changed file:

- compiler/GHC/Core/Coercion.hs


Changes:

=====================================
compiler/GHC/Core/Coercion.hs
=====================================
@@ -2,6 +2,7 @@
 {-# LANGUAGE FlexibleContexts    #-}
 {-# LANGUAGE RankNTypes          #-}
 {-# LANGUAGE ScopedTypeVariables #-}
+{-# OPTIONS_GHC -DDEBUG #-}
 
 {-
 (c) The University of Glasgow 2006



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9c7acc264e761f2ffb10c7c88c64f30871be4e74

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9c7acc264e761f2ffb10c7c88c64f30871be4e74
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231010/8c5056b4/attachment.html>


More information about the ghc-commits mailing list