Home
last modified time | relevance | path

Searched refs:Outputable (Results 176 – 200 of 1333) sorted by relevance

12345678910>>...54

/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/
H A DLiveness.hs52 import Outputable
189 instance Outputable instr
190 => Outputable (InstrSR instr) where
211 instance Outputable instr
212 => Outputable (LiveInstr instr) where
232 instance Outputable LiveInfo where
483 :: (Outputable statics, Outputable instr, Instruction instr)
491 where stripCmm :: (Outputable statics, Outputable instr, Instruction instr)
642 :: (Outputable instr, Instruction instr)
650 :: (Instruction instr, Outputable instr)
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Unit/Module/
H A DLocation.hs13 import GHC.Utils.Outputable
50 instance Outputable ModLocation where
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DCompleteMatch.hs12 import GHC.Utils.Outputable
25 instance Outputable CompleteMatch where
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcDerivUtils.hs41 import Outputable
115 instance Outputable DerivEnv where
164 pprDerivSpec :: Outputable theta => DerivSpec theta -> SDoc
178 instance Outputable theta => Outputable (DerivSpec theta) where
200 instance Outputable DerivInstTys where
285 instance Outputable DerivSpecMechanism where
417 instance Outputable DerivContext where
512 instance Outputable PredOrigin where
515 instance Outputable ThetaOrigin where
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Coercion/
H A DAxiom.hs37 import GHC.Utils.Outputable
463 instance Outputable (CoAxiom br) where
475 instance Outputable CoAxBranch where
510 instance Outputable Role where
572 instance Outputable CoAxiomRule where
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DCoAxiom.hs37 import Outputable
446 instance Outputable (CoAxiom br) where
458 instance Outputable CoAxBranch where
493 instance Outputable Role where
555 instance Outputable CoAxiomRule where
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Coercion/
H A DAxiom.hs42 import GHC.Utils.Outputable
469 instance Outputable (CoAxiom br) where
481 instance Outputable CoAxBranch where
516 instance Outputable Role where
580 instance Outputable CoAxiomRule where
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DImpExp.hs26 import GHC.Utils.Outputable
155 , Outputable (Anno (IE (GhcPass p))))
156 => Outputable (ImportDecl (GhcPass p)) where
379 instance OutputableBndrId p => Outputable (IE (GhcPass p)) where
412 instance (OutputableBndr name) => Outputable (IEWrappedName name) where
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DCoAxiom.hs37 import Outputable
446 instance Outputable (CoAxiom br) where
458 instance Outputable CoAxBranch where
493 instance Outputable Role where
555 instance Outputable CoAxiomRule where
/dports/devel/gitinspector/gitinspector-0.4.4/gitinspector/
H A Dresponsibilities.py23 from outputable import Outputable
52 class ResponsibilitiesOutput(Outputable):
56 Outputable.__init__(self)
H A Dextensions.py23 from outputable import Outputable
51 class Extensions(Outputable):
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DPackageConfig.hs39 import Outputable
77 instance Outputable SourcePackageId where
80 instance Outputable PackageName where
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DPackageConfig.hs39 import Outputable
77 instance Outputable SourcePackageId where
80 instance Outputable PackageName where
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hiedb-0.4.0.0/src/HieDb/
H A DDump.hs10 import qualified Outputable
28 liftIO $ putStrLn $ Outputable.showSDoc dynFlags $ HieDebug.ppHie astRoot
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DSrcLoc.hs9 import GHC.Utils.Outputable
25 deriving (Outputable, Eq)
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/hint-0.9.0.3/src/Hint/
H A DGHC.hs11 import Outputable as X (PprStyle, SDoc, Outputable(ppr),
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DLocation.hs14 import GHC.Utils.Outputable
51 instance Outputable ModLocation where
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/Linear/
H A DBase.hs27 import Outputable
67 instance Outputable Loc where
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DUsageEnv.hs11 import GHC.Utils.Outputable
24 instance Outputable Usage where
89 instance Outputable UsageEnv where
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DUsageEnv.hs22 import GHC.Utils.Outputable
36 instance Outputable Usage where
101 instance Outputable UsageEnv where
/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 DSrcLoc.hs97 import Outputable
188 instance Outputable RealSrcLoc where
204 instance Outputable SrcLoc where
467 instance Outputable RealSrcSpan where
478 instance Outputable SrcSpan where
568 instance (Outputable l, Outputable e) => Outputable (GenLocated l e) where
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DSrcLoc.hs97 import Outputable
188 instance Outputable RealSrcLoc where
204 instance Outputable SrcLoc where
467 instance Outputable RealSrcSpan where
478 instance Outputable SrcSpan where
568 instance (Outputable l, Outputable e) => Outputable (GenLocated l e) where
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DMonad.hs63 import GHC.Utils.Outputable as Outputable
126 instance Outputable CoreToDo where
154 pprPassDetails _ = Outputable.empty
168 instance Outputable SimplMode where
200 instance Outputable FloatOutSwitches where
339 else Outputable.empty
455 instance Outputable Tick where
507 pprTickCts LetFloatFromLet = Outputable.empty
518 pprTickCts _ = Outputable.empty
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DMonad.hs66 import GHC.Utils.Outputable as Outputable
135 instance Outputable CoreToDo where
164 pprPassDetails _ = Outputable.empty
188 instance Outputable SimplMode where
220 instance Outputable FloatOutSwitches where
359 else Outputable.empty
475 instance Outputable Tick where
527 pprTickCts LetFloatFromLet = Outputable.empty
538 pprTickCts _ = Outputable.empty
H A DCallerCC.hs28 import GHC.Utils.Outputable as Outputable
145 instance Outputable NamePattern where
148 ppr PEnd = Outputable.empty
191 instance Outputable CallerCcFilter where

12345678910>>...54