We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a1367 commit 5b3aeb9Copy full SHA for 5b3aeb9
hie-compat/src-ghc901/Compat/HieDebug.hs
@@ -1,3 +1,10 @@
1
module Compat.HieDebug
2
- ( module GHC.Iface.Ext.Debug ) where
+ ( module GHC.Iface.Ext.Debug
3
+ , ppHie ) where
4
import GHC.Iface.Ext.Debug
5
+
6
+import GHC.Iface.Ext.Types (HieAST)
7
+import GHC.Utils.Outputable (Outputable(ppr), SDoc)
8
9
+ppHie :: Outputable a => HieAST a -> SDoc
10
+ppHie = ppr
0 commit comments