Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
6e9a9572
Commit
6e9a9572
authored
Dec 11, 2015
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COFEs on nat and bool.
parent
9fd1f58e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
iris/cofe.v
iris/cofe.v
+2
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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