Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Types.ProfAuto What kind of {-# SCC #-} to add automatically
-
ghc GHC.Types.ProfAuto top-level and nested functions are annotated
-
ghc GHC.Types.ProfAuto annotate call-sites
-
ghc GHC.Types.ProfAuto exported functions annotated only
-
ghc GHC.Types.ProfAuto top-level functions annotated only
-
ghc GHC.Types.RepType A PrimRep is an abstraction of a non-void type. (Use PrimRepOrVoidRep if you want void types too.) It contains information that the code generator needs in order to pass arguments, return results, and store values of this type. See also Note [RuntimeRep and PrimRep] in GHC.Types.RepType and Note [VoidRep] in GHC.Types.RepType.
-
ghc GHC.Types.RepType No documentation available.
-
ghc GHC.Types.RepType No documentation available.
-
ghc GHC.Types.SrcLoc A location as produced by the parser. Consists of two components:
- The location in the file, adjusted for #line and {-# LINE ... #-} pragmas (RealSrcLoc)
- The location in the string buffer (BufPos) with monotonicity guarantees (see #17632)
PsLoc :: RealSrcLoc -> BufPos -> PsLocghc GHC.Types.SrcLoc No documentation available.