Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
230f3454
Commit
230f3454
authored
Jan 31, 2016
by
Robbert Krebbers
Browse files
Unit is timeless.
parent
f9f87bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modures/cofe.v
View file @
230f3454
...
...
@@ -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 *)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment