invoke

inline operator fun <A : Algebra<*>, R> A.invoke(block: A.() -> R): R(source)

Call a block with an Algebra as receiver.