Package-level declarations

Functions

Link copied to clipboard
fun <T : Any> MST.compile(algebra: Algebra<T>, vararg arguments: Pair<Symbol, T>): T
fun <T : Any> MST.compile(algebra: Algebra<T>, arguments: Map<Symbol, T>): T

Compile given MST to expression and evaluate it against arguments

Link copied to clipboard

Create a compiled expression with given MST and given algebra.