plutus-tx-1.40.0.0: Libraries for Plutus Tx and its prelude
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusTx.Optimize.Inline

Synopsis

Documentation

inline ∷ a → a Source #

Like GHC.Magic.Inline, this function can be used to perform callsite inlining.

inline f or inline (f x1 ... xn) inlines f, as long as f's unfolding is available, and f is not recursive.