diff options
| author | Sven Tennie <sven.tennie@gmail.com> | 2023-04-01 08:23:02 +0000 |
|---|---|---|
| committer | Sven Tennie <sven.tennie@gmail.com> | 2023-05-05 19:59:52 +0000 |
| commit | c3b6d2dec2218f37cc83a9cc425c1e6614b3837a (patch) | |
| tree | e13225d936e0ee25e59d400ed248274230929424 | |
| parent | b479f2b334bcab69bdcd75a264cd14b8ec2aa934 (diff) | |
| download | haskell-c3b6d2dec2218f37cc83a9cc425c1e6614b3837a.tar.gz | |
Add comment
| -rw-r--r-- | libraries/ghc-heap/GHC/Exts/Heap/Closures.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs index 1c7bb33e7c..fd2d19ab27 100644 --- a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs +++ b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs @@ -451,6 +451,8 @@ data StackFrame = } deriving (Show, Generic) +-- | Fun types according to @FunTypes.h@ +-- This `Enum` must be aligned with the values in @FunTypes.h@. data RetFunType = ARG_GEN | ARG_GEN_BIG | |
