• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. ppr_infix_expr_rn :: XXExprGhcRn -> Maybe SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  2. ppr_infix_expr_tc :: XXExprGhcTc -> Maybe SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  3. ppr_infix_hs_expansion :: HsThingRn -> Maybe SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  4. ppr_module_name_prefix :: Maybe ModuleName -> SDoc

    ghc GHC.Hs.Expr

    No documentation available.

  5. mkPrefixConPat :: DataCon -> [LPat GhcTc] -> [Type] -> LPat GhcTc

    ghc GHC.Hs.Pat

    No documentation available.

  6. InfixCon :: arg -> arg -> HsConDetails tyarg arg rec

    ghc GHC.Hs.Type

    No documentation available.

  7. PrefixCon :: [tyarg] -> [arg] -> HsConDetails tyarg arg rec

    ghc GHC.Hs.Type

    No documentation available.

  8. isInfixFunBind :: forall id1 id2 . UnXRec id2 => HsBindLR id1 id2 -> Bool

    ghc GHC.Hs.Utils

    If any of the matches in the FunBind are infix, the FunBind is considered infix.

  9. mkPrefixFunRhs :: fn -> HsMatchContext fn

    ghc GHC.Hs.Utils

    Make a prefix, non-strict function HsMatchContext

  10. nlInfixConPat :: RdrName -> LPat GhcPs -> LPat GhcPs -> LPat GhcPs

    ghc GHC.Hs.Utils

    No documentation available.

Page 76 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete