Skip to content
Snippets Groups Projects
Commit c24ab2ee authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Qp is inhabited.

parent eddfc645
No related branches found
No related tags found
No related merge requests found
...@@ -504,6 +504,8 @@ Infix "+" := Qp_plus : Qp_scope. ...@@ -504,6 +504,8 @@ Infix "+" := Qp_plus : Qp_scope.
Infix "-" := Qp_minus : Qp_scope. Infix "-" := Qp_minus : Qp_scope.
Infix "/" := Qp_div : Qp_scope. Infix "/" := Qp_div : Qp_scope.
Instance Qp_inhabited : Inhabited Qp := populate 1%Qp.
Lemma Qp_eq x y : x = y Qp_car x = Qp_car y. Lemma Qp_eq x y : x = y Qp_car x = Qp_car y.
Proof. Proof.
split; [by intros ->|]. split; [by intros ->|].
......
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