retract

abstract fun retract(clause: <ERROR CLASS>): RetractResult<Theory>
open fun retract(head: <ERROR CLASS>): RetractResult<Theory>

Tries to delete a matching clause from this theory


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

Tries to delete the matching clauses from this theory