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
For example, we can input:
1: (^want,{SELF},<a --> b>). %1.00;0.90%
And it will create a goal:
2: <a-->b>! %1.000;0.900%
Then we can also ask:
3: <a --> b>?
It will create a judgement:
4: <(*, {SELF}, <a-->b>)-->^wonder>. :|: %1.000;0.900%
The inference rule can apply on 1 and 4, so there will be:
<^wonder-->^want>. %1.000;0.299% <^want-->^wonder>. %1.000;0.299%
which are obviously should not be derived.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
For example, we can input:
And it will create a goal:
Then we can also ask:
It will create a judgement:
The inference rule can apply on 1 and 4, so there will be:
which are obviously should not be derived.
The text was updated successfully, but these errors were encountered: