Hoogle Search
Within LTS Haskell 24.24 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ppr_infix_expr_rn :: XXExprGhcRn -> Maybe SDocghc GHC.Hs.Expr No documentation available.
ppr_infix_expr_tc :: XXExprGhcTc -> Maybe SDocghc GHC.Hs.Expr No documentation available.
ppr_infix_hs_expansion :: HsThingRn -> Maybe SDocghc GHC.Hs.Expr No documentation available.
ppr_module_name_prefix :: Maybe ModuleName -> SDocghc GHC.Hs.Expr No documentation available.
mkPrefixConPat :: DataCon -> [LPat GhcTc] -> [Type] -> LPat GhcTcghc GHC.Hs.Pat No documentation available.
InfixCon :: arg -> arg -> HsConDetails tyarg arg recghc GHC.Hs.Type No documentation available.
PrefixCon :: [tyarg] -> [arg] -> HsConDetails tyarg arg recghc GHC.Hs.Type No documentation available.
isInfixFunBind :: forall id1 id2 . UnXRec id2 => HsBindLR id1 id2 -> Boolghc GHC.Hs.Utils If any of the matches in the FunBind are infix, the FunBind is considered infix.
mkPrefixFunRhs :: fn -> HsMatchContext fnghc GHC.Hs.Utils Make a prefix, non-strict function HsMatchContext
nlInfixConPat :: RdrName -> LPat GhcPs -> LPat GhcPs -> LPat GhcPsghc GHC.Hs.Utils No documentation available.