disco-lang/disco

Use of Q as propositional variable conflicts with rational type

byorgey opened this issue · 1 comments

The issue is that uppercase letters like P, Q, R are sometimes used to represent arbitrary propositions. But if we try that in Disco, we get an error about not being able to use the reserved word Q.

I think for now it's easier to just stick to using lowercase letters to represent propositions.