Home
last modified time | relevance | path

Searched refs:ifPprDebug (Results 1 – 21 of 21) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/utils/
H A DOutputable.hs80 ifPprDebug, whenPprDebug, getPprDebug,
437 ifPprDebug :: SDoc -> SDoc -> SDoc
439 ifPprDebug yes no = getPprDebug $ \ dbg -> if dbg then yes else no function
443 whenPprDebug d = ifPprDebug d empty
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DOutputable.hs80 ifPprDebug, whenPprDebug, getPprDebug,
437 ifPprDebug :: SDoc -> SDoc -> SDoc
439 ifPprDebug yes no = getPprDebug $ \ dbg -> if dbg then yes else no function
443 whenPprDebug d = ifPprDebug d empty
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DOutputable.hs85 ifPprDebug, whenPprDebug, getPprDebug,
473 ifPprDebug :: SDoc -> SDoc -> SDoc
474 ifPprDebug yes no = getPprDebug $ \dbg -> if dbg then yes else no function
478 whenPprDebug d = ifPprDebug d empty
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DOutputable.hs100 ifPprDebug, whenPprDebug, getPprDebug,
543 ifPprDebug :: SDoc -> SDoc -> SDoc
544 ifPprDebug yes no = getPprDebug $ \dbg -> if dbg then yes else no function
548 whenPprDebug d = ifPprDebug d empty
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/Language/Haskell/Syntax/
H A DExpr.hs1792 ifPprDebug (sep [text "parallel branch of", pprAStmtContext c])
1795 ifPprDebug (sep [text "transformed branch of", pprAStmtContext c])
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DExpr.hs823 ppr (HsExpanded a b) = ifPprDebug (vcat [ppr a, ppr b]) (ppr a)
3046 ifPprDebug (sep [text "parallel branch of", pprAStmtContext c])
3049 ifPprDebug (sep [text "transformed branch of", pprAStmtContext c])
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/specialise/
H A DRules.hs425 = ifPprDebug (ppr rule)
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DRules.hs425 = ifPprDebug (ppr rule)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DBasic.hs897 = ifPprDebug (text "(%" <+> p <+> ptext (sLit "%)"))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DBasicTypes.hs813 = ifPprDebug (text "(%" <+> p <+> ptext (sLit "%)"))
H A DRdrName.hs1299 = ifPprDebug (vcat pp_provs)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DBasic.hs845 = ifPprDebug (text "(%" <+> p <+> ptext (sLit "%)"))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Name/
H A DReader.hs1351 = ifPprDebug (vcat pp_provs)
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DBasicTypes.hs813 = ifPprDebug (text "(%" <+> p <+> ptext (sLit "%)"))
H A DRdrName.hs1299 = ifPprDebug (vcat pp_provs)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DExpr.hs2860 ifPprDebug (sep [text "parallel branch of", pprAStmtContext c])
2863 ifPprDebug (sep [text "transformed branch of", pprAStmtContext c])
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DExpr.hs2860 ifPprDebug (sep [text "parallel branch of", pprAStmtContext c])
2863 ifPprDebug (sep [text "transformed branch of", pprAStmtContext c])
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Name/
H A DReader.hs1280 = ifPprDebug (vcat pp_provs)
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DRtClosureInspect.hs246 ; return $ ifPprDebug (show_tm tt_docs')
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DExpr.hs983 ppr (HsExpanded a b) = ifPprDebug (vcat [ppr a, ppr b]) (ppr a)
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcSMonad.hs392 ifPprDebug (text "Implics =" <+> vcat (map ppr (bagToList implics)))