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 506fd6f commit eb195c6Copy full SHA for eb195c6
CHANGES.md
@@ -1,3 +1,17 @@
1
+# v1.20.0 (September 2024)
2
+
3
+Requires Menhir 20211230 and OCaml 4.08 or above.
4
5
+- Language:
6
+ - attribute `:remove` to remove a clause from the program
7
8
+- Compiler:
9
+ - Build the index at assembly time, rather than optimization time.
10
+ This makes compilation slower, but startup faster.
11
+ - Adding clauses before the type/mode declaration of a predicate
12
+ is now forbidden, since they are immediately inserted in the index
13
+ and the type/mode declaration can change the index type
14
15
# v1.19.6 (August 2024)
16
17
Requires Menhir 20211230 and OCaml 4.08 or above.
0 commit comments