Skip to content

1.20.0

Latest
Compare
Choose a tag to compare
@gares gares released this 19 Sep 13:45
v1.20.0
eb195c6

CHANGES:

Requires Menhir 20211230 and OCaml 4.08 or above.

  • Language:

    • attribute :remove to remove a clause from the program
  • Compiler:

    • Build the index at assembly time, rather than optimization time.
      This makes compilation slower, but startup faster.
    • Adding clauses before the type/mode declaration of a predicate
      is now forbidden, since they are immediately inserted in the index
      and the type/mode declaration can change the index type