Skip to content
Snippets Groups Projects
Commit 6dcccf06 authored by Glen Mével's avatar Glen Mével
Browse files

add comment about Qed/Defined for `finite_sig_dec`

parent 1d70662e
No related branches found
No related tags found
1 merge request!351add some lemmas about `Finite` and `pred_finite`
...@@ -382,7 +382,7 @@ Proof. ...@@ -382,7 +382,7 @@ Proof.
- apply elem_of_list_fmap_1_alt with (x Hx); [apply elem_of_enum|]; done. - apply elem_of_list_fmap_1_alt with (x Hx); [apply elem_of_enum|]; done.
- apply elem_of_list_fmap in Hx as [[x' Hx'] [-> _]]; done. } - apply elem_of_list_fmap in Hx as [[x' Hx'] [-> _]]; done. }
destruct (decide (x xs)); [left | right]; naive_solver. destruct (decide (x xs)); [left | right]; naive_solver.
Qed. Qed. (* <- could be Defined but this lemma will probably not be used for computing *)
Section sig_finite. Section sig_finite.
Context {A} (P : A Prop) `{ x, Decision (P x)}. Context {A} (P : A Prop) `{ x, Decision (P x)}.
......
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