Removes a fact from the store and returns true if that fact was present.
(ast.Atom)
| 81 | |
| 82 | // Removes a fact from the store and returns true if that fact was present. |
| 83 | Remove(ast.Atom) bool |
| 84 | } |
| 85 | |
| 86 | // InMemoryStore provides a simple implementation backed by a map from each predicate sym to a T value. |
no outgoing calls