MCPcopy
hub / github.com/google/mangle / Eq

Struct Eq

ast/ast.go:1192–1195  ·  view source on GitHub ↗

Eq represents an equality (identity constraint) X = Y or X = c or c = X.

Source from the content-addressed store, hash-verified

1190
1191// Eq represents an equality (identity constraint) X = Y or X = c or c = X.
1192type Eq struct {
1193 Left BaseTerm
1194 Right BaseTerm
1195}
1196
1197func (e Eq) isTerm() {}
1198

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected