scalus.uplc.transform.Inliner
See theInliner companion class
Companion object providing convenient factory methods for the Inliner.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Applies inlining optimization to a term using default settings.
Applies inlining optimization to a term using default settings.
This is a convenience method equivalent to new Inliner().apply(term).
Value parameters
-
term
-
The term to optimize
Attributes
-
Returns
-
The optimized term with inlining applied