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

Struct Atom

ast/ast.go:957–960  ·  view source on GitHub ↗

Atom represents an atom (a predicate symbol applied to base term arguments). e.g: parent(A, B)

Source from the content-addressed store, hash-verified

955
956// Atom represents an atom (a predicate symbol applied to base term arguments). e.g: parent(A, B)
957type Atom struct {
958 Predicate PredicateSym
959 Args []BaseTerm
960}
961
962func (a Atom) isTerm() {}
963

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected