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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    ghc GHC.Hs.Type

    No documentation available.

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

    ghc GHC.Hs.Type

    No documentation available.

  3. 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.

  4. mkPrefixFunRhs :: fn -> HsMatchContext fn

    ghc GHC.Hs.Utils

    Make a prefix, non-strict function HsMatchContext

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

    ghc GHC.Hs.Utils

    No documentation available.

  6. writeMixEntries :: FilePath -> Module -> SizedSeq Tick -> FilePath -> IO Int

    ghc GHC.HsToCore.Coverage

    No documentation available.

  7. DsCannotMixPolyAndUnliftedBindings :: !HsBindLR GhcTc GhcTc -> DsMessage

    ghc GHC.HsToCore.Errors.Types

    No documentation available.

  8. fixDs :: (a -> DsM a) -> DsM a

    ghc GHC.HsToCore.Monad

    No documentation available.

  9. newtype HieTypeFix

    ghc GHC.Iface.Ext.Types

    Roughly isomorphic to the original core Type.

  10. ifConInfix :: IfaceConDecl -> Bool

    ghc GHC.Iface.Syntax

    No documentation available.

Page 76 of many | Previous | Next

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