Skip to content

1.19.5

Compare
Choose a tag to compare
@gares gares released this 30 Jul 14:04
· 65 commits to master since this release
v1.19.5
f27441e

CHANGES:

Requires Menhir 20211230 and OCaml 4.08 or above.

  • Compiler:

    • Improve performance of separate compilation
  • CHR:

    • Syntax extension for constraint declaration.
    • This aims to avoid the overlapping clique error
    • Example: constraint c t x ?- p1 p2 { rule (Ctx ?- ...) <=> (Ctx => ...) }
    • c, t and x are the symbols which should be loaded in the rule of the
      constraint and should be considered as symbols composing the context (Ctx)
      under which p1 and p2 are used.