Skip to content

3.1.0

Choose a tag to compare

@gares gares released this 08 Aug 07:20
· 88 commits to master since this release
v3.1.0
141b6fe

CHANGES:

Requires Menhir 20211230 and OCaml 4.13 or above.

  • Language:
    • Change: constraints must be functions. Hence declare_constraint only
      suspends functional predicated and CHR rules can only generate
      determinitic goals.
    • New: the func syntax now supports variadic functions as in
      func f int, int -> int.. .
      f N D Q   :- Q is N div D.
      f N D Q R :- f N D Q, R is N mod D.