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

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. disjointVarEnv :: VarEnv a -> VarEnv a -> Bool

    ghc-lib-parser GHC.Types.Var.Env

    No documentation available.

  2. lookupWithDefaultVarEnv :: VarEnv a -> a -> Var -> a

    ghc-lib-parser GHC.Types.Var.Env

    No documentation available.

  3. restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a

    ghc-lib-parser GHC.Types.Var.Env

    Only keep variables contained in the VarSet

  4. unitVarEnv :: Var -> a -> VarEnv a

    ghc-lib-parser GHC.Types.Var.Env

    No documentation available.

  5. dVarSetIntersectVarSet :: DVarSet -> VarSet -> DVarSet

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  6. disjointVarSet :: VarSet -> VarSet -> Bool

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  7. intersectVarSet :: VarSet -> VarSet -> VarSet

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  8. unitVarSet :: Var -> VarSet

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  9. GetBreakpointVar :: HValueRef -> Int -> Message (Maybe HValueRef)

    ghc-lib-parser GHCi.Message

    Get a reference to a free variable at a breakpoint

  10. recordPatSynPatVar :: RecordPatSynField pass -> LIdP pass

    ghc-lib-parser Language.Haskell.Syntax.Binds

    Filled in by renamer, the name used internally by the pattern

Page 34 of many | Previous | Next

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