Skip to content
Snippets Groups Projects
Commit e9a19f54 authored by Ralf Jung's avatar Ralf Jung
Browse files

forgot to make it an Instance

parent bdfa43b9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Instance loc_inhabited : Inhabited loc := populate {|loc_car := 0 |}.
Instance loc_countable : Countable loc.
Proof. by apply (inj_countable' loc_car (λ i, {| loc_car := i |})); intros []. Qed.
Program Definition loc_infinite : Infinite loc := {|
Program Instance loc_infinite : Infinite loc := {|
infinite_fresh l := {| loc_car := infinite_fresh (loc_car <$> l) |}
|}.
Next Obligation.
......
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