indexedOf

fun indexedOf(vararg clause: Clause): MutableTheory
fun indexedOf(clauses: Sequence<Clause>): MutableTheory
fun indexedOf(clauses: Iterable<Clause>): MutableTheory

Creates a MutableTheory backed by an indexed data structure, containing the given clauses

fun indexedOf(vararg clauses: Scope.() -> Clause): MutableTheory

Let developers easily create a MutableTheory backed by an indexed data structure, while avoiding variables names clashing by using a different Scope for each Clause