Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setIdCallArity :: Id -> Arity -> Idghc GHC.Types.Id No documentation available.
-
ghc GHC.Types.Id No documentation available.
AlwaysTailCalled :: JoinArity -> TailCallInfoghc GHC.Types.Id.Info No documentation available.
FCallId :: ForeignCall -> IdDetailsghc GHC.Types.Id.Info The Id is for a foreign call. Type will be simple: no type families, newtypes, etc
NoTailCallInfo :: TailCallInfoghc GHC.Types.Id.Info No documentation available.
-
ghc GHC.Types.Id.Info No documentation available.
callArityInfo :: IdInfo -> ArityInfoghc GHC.Types.Id.Info How this is called. This is the number of arguments to which a binding can be eta-expanded without losing any sharing. n = all calls have at least n arguments
isAlwaysTailCalled :: OccInfo -> Boolghc GHC.Types.Id.Info No documentation available.
setCallArityInfo :: IdInfo -> ArityInfo -> IdInfoghc GHC.Types.Id.Info No documentation available.
tailCallInfo :: OccInfo -> TailCallInfoghc GHC.Types.Id.Info No documentation available.