Skip to content
Snippets Groups Projects

lft is EqDecision and Countable

Merged Lennard Gäher requested to merge lgaeher/lambda-rust:lennard/lft_countable into master
All threads resolved!
Files
3
@@ -353,6 +353,7 @@ Qed.
Global Instance positive_to_atomic_lft_inj : Inj eq eq positive_to_atomic_lft.
Proof. apply _. Qed.
Global Definition atomic_lft_inhabited : Inhabited atomic_lft := _.
Global Definition atomic_lft_eq_dec : EqDecision atomic_lft := _.
Global Definition atomic_lft_countable : Countable atomic_lft := _.
Loading