We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a569252 commit 18cc512Copy full SHA for 18cc512
src/app/docs/unification-of-variables-in-datalog/page.md
@@ -50,9 +50,10 @@ All solutions that are possible are brought by the engine, and this enables some
50
### How Variables Get Their Values
51
52
Variables obtain concrete values through three primary mechanisms:
53
- * From equations - Direct assignments or comparisons
54
- * From consequences of predicates
55
- * From predicate definitions - Through pattern matching against existing data in the graph
+
+ * From equations - Direct assignments or comparisons
+ * From logic constraints applied to values of variables
56
+ * From predicate definitions - Through pattern matching against existing data in the graph
57
58
## Unification in WOQL Context
59
0 commit comments