Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Paraiso.Annotation.Allocation
Description
An Annotation
that selects whether the data should be
stored globally on memory or to be calculated.
Documentation
data Allocation Source
Constructors
Existing | This entity is already allocated as a static variable. |
Manifest | Allocate additional memory for this entity. |
Delayed | Do not allocate, re-compute it whenever if needed. |
Instances