Skip to content
Snippets Groups Projects
Commit 230f3454 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Unit is timeless.

parent f9f87bb2
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,8 @@ Section unit.
Definition unit_cofe_mixin : CofeMixin unit.
Proof. by repeat split; try exists 0. Qed.
Canonical Structure unitC : cofeT := CofeT unit_cofe_mixin.
Global Instance unit_timeless (x : ()) : Timeless x.
Proof. done. Qed.
End unit.
(** Product *)
......
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