Home
last modified time | relevance | path

Searched refs:Outputable (Results 1 – 25 of 1333) sorted by relevance

12345678910>>...54

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DPprCmmDecl.hs47 import Outputable
56 pprCmms :: (Outputable info, Outputable g)
62 writeCmms :: (Outputable info, Outputable g)
68 instance (Outputable d, Outputable info, Outputable i)
69 => Outputable (GenCmmDecl d info i) where
72 instance Outputable CmmStatics where
75 instance Outputable CmmStatic where
78 instance Outputable CmmInfoTable where
84 pprCmmGroup :: (Outputable d, Outputable info, Outputable g)
92 pprTop :: (Outputable d, Outputable info, Outputable i)
[all …]
H A DPprCmm.hs50 import Outputable
62 instance Outputable CmmStackInfo where
65 instance Outputable CmmTopInfo where
69 instance Outputable (CmmNode e x) where
72 instance Outputable Convention where
75 instance Outputable ForeignConvention where
78 instance Outputable ForeignTarget where
81 instance Outputable CmmReturnInfo where
84 instance Outputable (Block CmmNode C C) where
86 instance Outputable (Block CmmNode C O) where
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/src/
H A DIdea.hs19 import GHC.Utils.Outputable
22 import Language.Haskell.GhclibParserEx.GHC.Utils.Outputable
92 idea :: (GHC.Utils.Outputable.Outputable a, GHC.Utils.Outputable.Outputable b) =>
101 suggest :: (GHC.Utils.Outputable.Outputable a, GHC.Utils.Outputable.Outputable b) =>
108 warn :: (GHC.Utils.Outputable.Outputable a, GHC.Utils.Outputable.Outputable b) =>
112 ignoreNoSuggestion :: (GHC.Utils.Outputable.Outputable a)
116 ignore :: (GHC.Utils.Outputable.Outputable a) =>
120 ideaN :: (GHC.Utils.Outputable.Outputable a) =>
124 suggestN :: (GHC.Utils.Outputable.Outputable a) =>
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/
H A DIdea.hs19 import Outputable
22 import Language.Haskell.GhclibParserEx.GHC.Utils.Outputable
92 idea :: (HasSrcSpan a, Outputable.Outputable a, HasSrcSpan b, Outputable.Outputable b) =>
101 suggest :: (HasSrcSpan a, Outputable.Outputable a, HasSrcSpan b, Outputable.Outputable b) =>
108 warn :: (HasSrcSpan a, Outputable.Outputable a, HasSrcSpan b, Outputable.Outputable b) =>
112 ignoreNoSuggestion :: (HasSrcSpan a, Outputable.Outputable a)
116 ignore :: (HasSrcSpan a, Outputable.Outputable a) =>
120 ideaN :: (HasSrcSpan a, Outputable.Outputable a) =>
124 suggestN :: (HasSrcSpan a, Outputable.Outputable a) =>
/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.hs825 instance (Outputable a) => Outputable [a] where
828 instance (Outputable a) => Outputable (Set a) where
831 instance (Outputable a, Outputable b) => Outputable (a, b) where
838 instance (Outputable a, Outputable b) => Outputable (Either a b) where
843 instance (Outputable a, Outputable b, Outputable c) => Outputable (a, b, c) where
849 instance (Outputable a, Outputable b, Outputable c, Outputable d) =>
857 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e) =>
866 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f) =>
876 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f, Outpu…
891 instance (Outputable key, Outputable elt) => Outputable (M.Map key elt) where
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DOutputable.hs825 instance (Outputable a) => Outputable [a] where
828 instance (Outputable a) => Outputable (Set a) where
831 instance (Outputable a, Outputable b) => Outputable (a, b) where
838 instance (Outputable a, Outputable b) => Outputable (Either a b) where
843 instance (Outputable a, Outputable b, Outputable c) => Outputable (a, b, c) where
849 instance (Outputable a, Outputable b, Outputable c, Outputable d) =>
857 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e) =>
866 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f) =>
876 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f, Outpu…
891 instance (Outputable key, Outputable elt) => Outputable (M.Map key elt) where
[all …]
H A DGraphPpr.hs14 import Outputable
25 :: (Outputable k, Outputable color)
33 :: (Outputable k, Outputable color)
62 , Outputable k, Outputable cls, Outputable color)
80 dotNode :: ( Outputable k, Outputable cls, Outputable color)
138 , Outputable k)
H A DGraphColor.hs24 import Outputable
40 , Outputable k, Outputable cls, Outputable color)
135 , Outputable k, Outputable cls)
149 , Outputable k, Outputable cls)
232 , Outputable k, Outputable cls)
255 , Outputable cls)
293 , Outputable cls)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DOutputable.hs873 instance (Outputable a) => Outputable [a] where
879 instance (Outputable a) => Outputable (Set a) where
885 instance (Outputable a, Outputable b) => Outputable (a, b) where
892 instance (Outputable a, Outputable b) => Outputable (Either a b) where
897 instance (Outputable a, Outputable b, Outputable c) => Outputable (a, b, c) where
903 instance (Outputable a, Outputable b, Outputable c, Outputable d) =>
911 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e) =>
920 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f) =>
930 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f, Outpu…
948 instance (Outputable key, Outputable elt) => Outputable (M.Map key elt) where
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DOutputable.hs864 instance (Outputable a) => Outputable [a] where
870 instance (Outputable a) => Outputable (Set a) where
873 instance (Outputable a, Outputable b) => Outputable (a, b) where
880 instance (Outputable a, Outputable b) => Outputable (Either a b) where
885 instance (Outputable a, Outputable b, Outputable c) => Outputable (a, b, c) where
891 instance (Outputable a, Outputable b, Outputable c, Outputable d) =>
899 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e) =>
908 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f) =>
918 instance (Outputable a, Outputable b, Outputable c, Outputable d, Outputable e, Outputable f, Outpu…
933 instance (Outputable key, Outputable elt) => Outputable (M.Map key elt) where
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Platform/Reg/
H A DClass.hs9 import GHC.Utils.Outputable as Outputable
29 instance Outputable RegClass where
30 ppr RcInteger = Outputable.text "I"
31 ppr RcFloat = Outputable.text "F"
32 ppr RcDouble = Outputable.text "D"
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Platform/Reg/
H A DClass.hs9 import GHC.Utils.Outputable as Outputable
30 instance Outputable RegClass where
31 ppr RcInteger = Outputable.text "I"
32 ppr RcFloat = Outputable.text "F"
33 ppr RcDouble = Outputable.text "D"
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/
H A DRegClass.hs9 import Outputable
29 instance Outputable RegClass where
30 ppr RcInteger = Outputable.text "I"
31 ppr RcFloat = Outputable.text "F"
32 ppr RcDouble = Outputable.text "D"
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DExpr.hs-boot6 {-# OPTIONS_GHC -Wno-orphans #-} -- Outputable
10 import GHC.Utils.Outputable ( SDoc, Outputable )
12 import {-# SOURCE #-} GHC.Hs.Pat () -- for Outputable
23 instance (OutputableBndrId p) => Outputable (HsExpr (GhcPass p))
24 instance (OutputableBndrId p) => Outputable (HsCmd (GhcPass p))
H A DDoc.hs33 import GHC.Utils.Outputable as Outputable
65 instance Outputable HsDocString where
124 instance Outputable DeclDocMap where
127 pprPair (name, doc) = ppr name Outputable.<> colon $$ nest 2 (ppr doc)
141 instance Outputable ArgDocMap where
145 ppr name Outputable.<> colon $$ nest 2 (pprIntMap int_map)
147 pprIPair (i, doc) = ppr i Outputable.<> colon $$ nest 2 (ppr doc)
/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.hs-boot14 import Outputable ( SDoc, Outputable )
32 instance OutputableBndrId p => Outputable (HsExpr (GhcPass p))
33 instance OutputableBndrId p => Outputable (HsCmd (GhcPass p))
48 Outputable body)
51 pprFunBind :: (OutputableBndrId idR, Outputable body)
H A DDoc.hs32 import Outputable
64 instance Outputable HsDocString where
126 instance Outputable DeclDocMap where
129 pprPair (name, doc) = ppr name Outputable.<> colon $$ nest 2 (ppr doc)
143 instance Outputable ArgDocMap where
147 ppr name Outputable.<> colon $$ nest 2 (pprIntMap int_map)
149 pprIPair (i, doc) = ppr i Outputable.<> colon $$ nest 2 (ppr doc)
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DExpr.hs-boot14 import Outputable ( SDoc, Outputable )
32 instance OutputableBndrId p => Outputable (HsExpr (GhcPass p))
33 instance OutputableBndrId p => Outputable (HsCmd (GhcPass p))
48 Outputable body)
51 pprFunBind :: (OutputableBndrId idR, Outputable body)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DDoc.hs33 import GHC.Utils.Outputable as Outputable
65 instance Outputable HsDocString where
130 instance Outputable DeclDocMap where
133 pprPair (name, doc) = ppr name Outputable.<> colon $$ nest 2 (ppr doc)
147 instance Outputable ArgDocMap where
151 ppr name Outputable.<> colon $$ nest 2 (pprIntMap int_map)
153 pprIPair (i, doc) = ppr i Outputable.<> colon $$ nest 2 (ppr doc)
H A DExpr.hs-boot14 import GHC.Utils.Outputable ( SDoc, Outputable )
32 instance OutputableBndrId p => Outputable (HsExpr (GhcPass p))
33 instance OutputableBndrId p => Outputable (HsCmd (GhcPass p))
48 Outputable body)
51 pprFunBind :: (OutputableBndrId idR, Outputable body)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-ex-9.0.0.4/src/Language/Haskell/GhclibParserEx/GHC/Utils/
H A DOutputable.hs6 module Language.Haskell.GhclibParserEx.GHC.Utils.Outputable (
12 import GHC.Utils.Outputable
17 import Outputable
20 unsafePrettyPrint :: Outputable a => a -> String
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Utils/
H A DOutputable.hs6 module Language.Haskell.GhclibParserEx.GHC.Utils.Outputable (
12 import GHC.Utils.Outputable
17 import Outputable
20 unsafePrettyPrint :: Outputable a => a -> String
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DBasic.hs117 import GHC.Utils.Outputable
139 instance Outputable LeftOrRight where
234 instance Outputable Alignment where
360 instance Outputable SwapFlag where
443 instance Outputable WarningTxt where
495 instance Outputable Fixity where
599 instance Outputable Boxity where
628 instance Outputable RecFlag where
648 instance Outputable Origin where
877 instance Outputable TupleSort where
[all …]
/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.hs117 import Outputable
138 instance Outputable LeftOrRight where
233 instance Outputable Alignment where
292 instance Outputable SwapFlag where
388 instance Outputable WarningTxt where
440 instance Outputable Fixity where
544 instance Outputable Boxity where
573 instance Outputable RecFlag where
593 instance Outputable Origin where
793 instance Outputable TupleSort where
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DBasicTypes.hs117 import Outputable
138 instance Outputable LeftOrRight where
233 instance Outputable Alignment where
292 instance Outputable SwapFlag where
388 instance Outputable WarningTxt where
440 instance Outputable Fixity where
544 instance Outputable Boxity where
573 instance Outputable RecFlag where
593 instance Outputable Origin where
793 instance Outputable TupleSort where
[all …]

12345678910>>...54