ghc-7.0.3: The GHC API

Vectorise.Utils.Hoisting

Synopsis

Documentation

data Inline Source

Records whether we should inline a particular binding.

Constructors

Inline Arity 
DontInline 

addInlineArity :: Inline -> Int -> InlineSource

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

inlineMe :: InlineSource

Says to always inline a binding.