Home
last modified time | relevance | path

Searched refs:ppr_bars (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Parser/
H A DTypes.hs36 parOpen <+> ppr_bars (alt - 1) <+> ppr e <+> ppr_bars (arity - alt)
45 ppr_bars n = hsep (replicate n (Outputable.char '|')) function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DExpr.hs546 = text "(#" <+> ppr_bars (alt - 1) <+> ppr expr <+> ppr_bars (arity - alt) <+> text "#)"
548 ppr_bars n = hsep (replicate n (char '|')) function
/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.hs1031 = text "(#" <+> ppr_bars (alt - 1) <+> ppr expr <+> ppr_bars (arity - alt) <+> text "#)"
1033 ppr_bars n = hsep (replicate n (char '|')) function
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DExpr.hs1031 = text "(#" <+> ppr_bars (alt - 1) <+> ppr expr <+> ppr_bars (arity - alt) <+> text "#)"
1033 ppr_bars n = hsep (replicate n (char '|')) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DExpr.hs1142 = text "(#" <+> ppr_bars (alt - 1) <+> ppr expr <+> ppr_bars (arity - alt) <+> text "#)"
1144 ppr_bars n = hsep (replicate n (char '|')) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Parser/
H A DPostProcess.hs3019 parOpen <+> ppr_bars (alt - 1) <+> ppr e <+> ppr_bars (arity - alt)
3025 ppr_bars n = hsep (replicate n (Outputable.char '|')) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/parser/
H A DRdrHsSyn.hs3208 parOpen <+> ppr_bars (alt - 1) <+> ppr e <+> ppr_bars (arity - alt)
3214 ppr_bars n = hsep (replicate n (Outputable.char '|')) function
/dports/lang/ghc/ghc-8.10.7/compiler/parser/
H A DRdrHsSyn.hs3208 parOpen <+> ppr_bars (alt - 1) <+> ppr e <+> ppr_bars (arity - alt)
3214 ppr_bars n = hsep (replicate n (Outputable.char '|')) function