achlipala / frap

Formal Reasoning About Programs
Other
657 stars 82 forks source link

Change precedence of map includes operator according to spring 21 TODO #57

Closed al3623 closed 2 years ago

al3623 commented 2 years ago

Increase the precedence of includes operator so a $<= b /\ P) is the same as (a $<= b) /\ P according to TODOs