Skip to content
Snippets Groups Projects
Verified Commit 1b2301d2 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

move instances

parent c0c4f210
No related branches found
No related tags found
1 merge request!39lft is EqDecision and Countable
......@@ -355,8 +355,4 @@ 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.
......@@ -303,6 +303,8 @@ Qed.
(** Basic rules about lifetimes *)
Local Instance lft_inhabited : Inhabited lft := _.
Local Instance lft_eq_dec : EqDecision lft := _.
Local Instance lft_countable : Countable lft := _.
Local Instance bor_idx_inhabited : Inhabited bor_idx := _.
Local Instance lft_intersect_comm : Comm (A:=lft) eq () := _.
Local Instance lft_intersect_assoc : Assoc (A:=lft) eq () := _.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment