Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Macaw.AbsDomain.CallParams
Synopsis
- data CallParams (r :: Type -> Type) = CallParams {
- postCallStackDelta :: Integer
- stackGrowsDown :: !Bool
- preserveReg :: forall (tp :: Type). r tp -> Bool
Documentation
data CallParams (r :: Type -> Type) Source #
Minimal information needed to update stack constraints after a call.
Constructors
CallParams | |
Fields
|