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 8c7f985 commit 02a58dfCopy full SHA for 02a58df
CHANGES.md
@@ -2,7 +2,13 @@
2
3
- Compiler:
4
- Improve performance of separate compilation
5
-
+- CHR:
6
+ - Syntax extension for constraint declaration.
7
+ - This aims to avoid the `overlapping` clique error
8
+ - Example: `constraint c t x ?- p1 p2 { rule (Ctx ?- ...) <=> (Ctx => ...) }`
9
+ - `c`, `t` and `x` are the symbols which should be loaded in the rule of the
10
+ constraint and should be considered as symbols composing the context (`Ctx`)
11
+ under which `p1` and `p2` are used.
12
13
# v1.19.4 (July 2024)
14
0 commit comments