We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the following:
analysis/classical/boolp.v
Lines 950 to 951 in 8d9538a
A->B
A -> B
In the following:
analysis/classical/boolp.v
Lines 950 to 951 in 8d9538a
A->Bis declared as a porderType when B is one. Wouldn't it be better to first declareA -> Bas a preorderType when B is a preorderType?