-
Notifications
You must be signed in to change notification settings - Fork 70
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
Propositional operations #1008
Propositional operations #1008
Conversation
I think in most cases where we use infix notation I would still like to keep a regular name, and not dispose of it. The regular name for the operation then sets the naming scheme for things involving that operator, because generally we don't use unicode symbols in the middle of a name. Also, the sentence from your PR description
should probably mention propositions in one of the two cases. |
Ah, thanks for spotting that. I fixed it now. To be clear, I'm not too fond of the current proposed scheme. I don't like
However, I also don't like how we have to write |
Prop -> Prop
Prop → Prop
It seems to me the questions that remain open are
and
Other than this, I do like the prospect of having a "DSL" for propositions. |
I am tempted to give up on the current draft again, as I don't believe the notation |
Prop → Prop
I'm only at 83/193 files reviewed. Sorry once again for the slow process. |
Summary
∀
implication-Prop
Intersects with #1060.
Resolves #984.