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

Struct Ineq

ast/ast.go:1216–1219  ·  view source on GitHub ↗

Ineq represents an inequality (apartness constraint) X != Y or X != c or c != X.

Source from the content-addressed store, hash-verified

1214
1215// Ineq represents an inequality (apartness constraint) X != Y or X != c or c != X.
1216type Ineq struct {
1217 Left BaseTerm
1218 Right BaseTerm
1219}
1220
1221func (e Ineq) isTerm() {}
1222

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected