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.
DataConWrapId :: DataCon -> IdDetailsghc GHC.Types.Id.Info The Id is for a data constructor wrapper
FCallId :: ForeignCall -> IdDetailsghc GHC.Types.Id.Info The Id is for a foreign call. Type will be simple: no type families, newtypes, etc
-
ghc GHC.Types.Id.Info Inside Lambda
-
ghc GHC.Types.Id.Info Occurs inside a non-linear lambda Substituting a redex for this occurrence is dangerous because it might duplicate work.
JoinId :: JoinArity -> Maybe [CbvMark] -> IdDetailsghc 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.
-
ghc GHC.Types.Id.Info No documentation available.
PrimOpId :: PrimOp -> ConcreteTyVars -> IdDetailsghc GHC.Types.Id.Info The Id is for a primitive operator.
RecSelId :: RecSelParent -> FieldLabel -> Bool -> ([ConLike], [ConLike]) -> IdDetailsghc GHC.Types.Id.Info The Id for a record selector
RepPolyId :: ConcreteTyVars -> IdDetailsghc GHC.Types.Id.Info A representation-polymorphic pseudo-op.
-
ghc GHC.Types.Id.Info No documentation available.