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
2
@@ -356,4 +356,7 @@ Proof. apply _. Qed.
Global Definition atomic_lft_eq_dec : EqDecision atomic_lft := _.
Global Definition atomic_lft_countable : Countable atomic_lft := _.
Global Definition lft_eq_dec : EqDecision lft := _.
Global Definition lft_countable : Countable lft := _.
End basic_properties.
Loading