assertA

abstract fun assertA(clause: Clause): Theory
open fun assertA(struct: Struct): Theory

Adds given clause before all other clauses in this theory

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

Adds the given clauses before all other clauses in this theory