Skip to content
Snippets Groups Projects
Commit a3bcb51e authored by Ralf Jung's avatar Ralf Jung
Browse files

tweak proofs

parent edbe48a7
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ Next Obligation. intros x y; apply Qclt_not_le. Qed.
Next Obligation. done. Qed.
Program Instance Qc_lt_dec: RelDecision Qclt := λ x y,
if Qclt_le_dec x y then left _ else right _.
Solve Obligations with try done.
Next Obligation. done. Qed.
Next Obligation. intros x y; apply Qcle_not_lt. Qed.
Instance: PartialOrder ().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment