Add adds a fact to the store and returns true if it didn't exist before.
(ast.Atom)
| 50 | |
| 51 | // Add adds a fact to the store and returns true if it didn't exist before. |
| 52 | Add(ast.Atom) bool |
| 53 | |
| 54 | // Merge merges contents of given store. |
| 55 | Merge(ReadOnlyFactStore) |
no outgoing calls