You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ ethos 0.1.2 prerelease
18
18
- The option `--print-let` has been renamed to `--print-dag` and is now enabled by default. The printer is changed to use `eo::define` instead of `let`.
19
19
- Ethos now explicitly forbids `:var`, `:implicit`, and `:opaque` on return types.
20
20
- The option `--binder-fresh`, which specified for fresh variables to be constructed when parsing binders, has been removed.
21
+
- Programs and oracles now are explicitly required to have at least one argument.
Like the `declare-fun` command from SMT-LIB, this command declares a constant named `<symbol>` whose type is given by the argument types and return type.
@@ -1984,15 +1964,13 @@ When streaming input to Ethos, we assume the input is being given for a proof fi
0 commit comments