-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add classic logic operators #13
base: master
Are you sure you want to change the base?
Conversation
Because of the use of the opaque command, this PR can only work with the next release of lambdapi. This should be reflected in the opam file. |
I am wondering: why not having 2 files:
|
…finition and rules
The file 1 will be the one used by the user ? Will this file contain only axiom symbols? |
Yes. Classic.lp:
|
Hi @NotBad4U . This PR is not going to be merged as it is. Shouldn't I close it? |
Should we reopen a PR with the new version of the std-lib? Rebasing this work should not be hard but maybe not necessary. |
I currently do not see the point of introducing the c-indexed versions of connectives in the stdlib. |
Hi!
This PR adds the classic logic operators and some basic lemma.
However, I have a little problem with this lemma:
I got the warning below when I ran
make
preventing creating the Classic.lpo