We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/everything/f1.ae
We got the following warnings while running alt-ergo tests/everything/f1.ae:
alt-ergo tests/everything/f1.ae
[Warning] (sub) axiom #append_def#sub-1 replaced with #append_def#sub-1 [Warning] (sub) axiom #append_def#sub-1 replaced with #append_def#sub-1 [Warning] (sub) axiom #append_def#sub-1 replaced with #append_def#sub-1 [Warning] (sub) axiom #append_def#sub-1 replaced with #append_def#sub-1 [Warning] (sub) axiom #append_def#sub-1 replaced with #append_def#sub-1
A minimal example:
logic h : int, int -> int axiom a : forall x:int [true]. forall y:int. h(x, y) < 0 goal g : forall x:int. forall y:int. h(x, y) >= 0
The user-defined trigger seems to be important to trigger the warning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We got the following warnings while running
alt-ergo tests/everything/f1.ae
:A minimal example:
The user-defined trigger seems to be important to trigger the warning.
The text was updated successfully, but these errors were encountered: