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. DataConWrapId :: DataCon -> IdDetails

    ghc GHC.Types.Id.Info

    The Id is for a data constructor wrapper

  2. FCallId :: ForeignCall -> IdDetails

    ghc GHC.Types.Id.Info

    The Id is for a foreign call. Type will be simple: no type families, newtypes, etc

  3. data InsideLam

    ghc GHC.Types.Id.Info

    Inside Lambda

  4. IsInsideLam :: InsideLam

    ghc GHC.Types.Id.Info

    Occurs inside a non-linear lambda Substituting a redex for this occurrence is dangerous because it might duplicate work.

  5. JoinId :: JoinArity -> Maybe [CbvMark] -> IdDetails

    ghc GHC.Types.Id.Info

    An Id for a join point taking n arguments Note [Join points] in GHC.Core Can also work as a WorkerLikeId if given CbvMarks. See Note [CBV Function Ids] The [CbvMark] is always empty (and ignored) until after Tidy.

  6. NotInsideLam :: InsideLam

    ghc GHC.Types.Id.Info

    No documentation available.

  7. PrimOpId :: PrimOp -> ConcreteTyVars -> IdDetails

    ghc GHC.Types.Id.Info

    The Id is for a primitive operator.

  8. RecSelId :: RecSelParent -> FieldLabel -> Bool -> ([ConLike], [ConLike]) -> IdDetails

    ghc GHC.Types.Id.Info

    The Id for a record selector

  9. RepPolyId :: ConcreteTyVars -> IdDetails

    ghc GHC.Types.Id.Info

    A representation-polymorphic pseudo-op.

  10. type TickBoxId = Int

    ghc GHC.Types.Id.Info

    No documentation available.

Page 574 of many | Previous | Next