assertA

abstract fun assertA(clause: <ERROR CLASS>): Theory
open fun assertA(struct: <ERROR CLASS>): Theory

Adds given clause before all other clauses in this theory


abstract fun assertA(clauses: Iterable<<ERROR CLASS>>): Theory
abstract fun assertA(clauses: Sequence<<ERROR CLASS>>): Theory

Adds the given clauses before all other clauses in this theory