AddNodeResult

foresight.eqsat.AddNodeResult
See theAddNodeResult companion object
sealed trait AddNodeResult

Represents the outcome of attempting to add an e-node to an e-graph.

There are two possible results:

Both cases provide the corresponding EClassCall for the e-node.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Added
class AlreadyThere

Members list

Value members

Abstract methods

The e-class call corresponding to the e-node whose addition was attempted.

The e-class call corresponding to the e-node whose addition was attempted.

Attributes