Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. type NcId = Id

    ghc GHC.Types.Var

    No documentation available.

  2. type OutId = Id

    ghc GHC.Types.Var

    No documentation available.

  3. globaliseId :: Id -> Id

    ghc GHC.Types.Var

    If it's a local, make it global

  4. isExportedId :: Var -> Bool

    ghc GHC.Types.Var

    isExportedIdVar means "don't throw this away"

  5. isGlobalId :: Var -> Bool

    ghc GHC.Types.Var

    No documentation available.

  6. isId :: Var -> Bool

    ghc GHC.Types.Var

    Is this a value-level (i.e., computationally relevant) Identifier? Satisfies isId = not . isTyVar.

  7. isLocalId :: Var -> Bool

    ghc GHC.Types.Var

    No documentation available.

  8. isLocalId_maybe :: Var -> Maybe ExportFlag

    ghc GHC.Types.Var

    No documentation available.

  9. isNonCoVarId :: Var -> Bool

    ghc GHC.Types.Var

    Is this a term variable (Id) that is not a coercion variable? Satisfies isId v ==> isCoVar v == not (isNonCoVarId v).

  10. lazySetIdInfo :: Id -> IdInfo -> Var

    ghc GHC.Types.Var

    No documentation available.

Page 581 of many | Previous | Next