ghc-7.2.1: The GHC API

Vectorise.Utils.Hoisting

Synopsis

Documentation

data Inline

Records whether we should inline a particular binding.

Constructors

Inline Arity 
DontInline 

addInlineArity :: Inline -> Int -> Inline

Add to the arity contained within an Inline, if any.

inlineMe :: Inline

Says to always inline a binding.