indexedOf

fun indexedOf(vararg clause: <ERROR CLASS>): Theory
fun indexedOf(clauses: Sequence<<ERROR CLASS>>): Theory
fun indexedOf(clauses: Iterable<<ERROR CLASS>>): Theory

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


fun indexedOf(vararg clauses: <ERROR CLASS>.() -> <ERROR CLASS>): Theory

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