Skip to content

Commit 02a58df

Browse files
committed
update changelog
1 parent 8c7f985 commit 02a58df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
- Compiler:
44
- Improve performance of separate compilation
5-
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.
612

713
# v1.19.4 (July 2024)
814

0 commit comments

Comments
 (0)