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
Marianna Rapoport
iris-coq
Commits
6e9a9572
Commit
6e9a9572
authored
Dec 11, 2015
by
Robbert Krebbers
Browse files
COFEs on nat and bool.
parent
9fd1f58e
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris/cofe.v
View file @
6e9a9572
...
...
@@ -273,6 +273,8 @@ End discrete_cofe.
Arguments
discreteC
_
{
_
_
}.
Definition
leibnizC
(
A
:
Type
)
:
cofeT
:
=
@
discreteC
A
equivL
_
.
Canonical
Structure
natC
:
=
leibnizC
nat
.
Canonical
Structure
boolC
:
=
leibnizC
bool
.
(** Later *)
Inductive
later
(
A
:
Type
)
:
Type
:
=
Later
{
later_car
:
A
}.
...
...
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