Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
writeMixEntries :: FilePath -> Module -> SizedSeq Tick -> FilePath -> IO Intghc GHC.HsToCore.Coverage No documentation available.
DsCannotMixPolyAndUnliftedBindings :: !HsBindLR GhcTc GhcTc -> DsMessageghc GHC.HsToCore.Errors.Types No documentation available.
fixDs :: (a -> DsM a) -> DsM aghc GHC.HsToCore.Monad No documentation available.
-
ghc GHC.Iface.Ext.Types Roughly isomorphic to the original core Type.
ifConInfix :: IfaceConDecl -> Boolghc GHC.Iface.Syntax No documentation available.
ifPatIsInfix :: IfaceDecl -> Boolghc GHC.Iface.Syntax No documentation available.
pprIfacePrefixApp :: PprPrec -> SDoc -> [SDoc] -> SDocghc GHC.Iface.Type No documentation available.
InfixExpr :: Op -> JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.JStg.Syntax Infix Expressions, see JStgExpr pattern synonyms
renderPrefixJs :: JsToDoc a => a -> SDocghc GHC.JS.Ppr Render a syntax tree as a pretty-printable document, using a given prefix to all generated names. Use this with distinct prefixes to ensure distinct generated names between independent calls to render(Prefix)Js.
renderPrefixJs' :: (JsToDoc a, JsRender doc) => RenderJs doc -> a -> docghc GHC.JS.Ppr No documentation available.