Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
- collectArgsTop :: CgStgBinding -> [Id]
- collectArgs :: CgStgBinding -> [Id]
- selectUsedOnce :: (Foldable t, Uniquable a) => t a -> UniqSet a
Documentation
collectArgsTop :: CgStgBinding -> [Id] Source #
fold over all id in StgArg used at the top level in an StgRhsCon
collectArgs :: CgStgBinding -> [Id] Source #
fold over all Id in StgArg in the AST