Skip to content
New issue

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

Query broken in 2.0.4 due to missing argument to Tactics.search #69

Closed
chaudhuri opened this issue Nov 17, 2016 · 0 comments
Closed

Query broken in 2.0.4 due to missing argument to Tactics.search #69

chaudhuri opened this issue Nov 17, 2016 · 0 comments
Labels

Comments

@chaudhuri
Copy link
Member

This bug report was posted to the mailing list by @kyagrd.


kyagrd@kyagrd:~/tmp$ uname -a
Linux kyagrd 4.8.0-1-amd64 #1 SMP Debian 4.8.5-1 (2016-10-28) x86_64 GNU/Linux
kyagrd@kyagrd:~/tmp$ cat a.thm
Kind t type.
Type v t.

Define p : t -> prop by p v.
kyagrd@kyagrd:~/tmp$ abella -v
2.0.4
kyagrd@kyagrd:~/tmp$ abella -i a.thm
Welcome to Abella 2.0.4
Abella < Kind t type.

Abella < Type v t.

Abella < Define p : t -> prop by
p v.

Abella < Switching to interactive mode.
Abella < Query p X. % expecting X = v but ...
No more solutions.

Abella < Query true.
No more solutions.

Abella < Query false.
No more solutions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant