Skip to content
GitLab
Menu
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
25f1b889
Commit
25f1b889
authored
Aug 05, 2016
by
Robbert Krebbers
Browse files
Document why cofe_fun is a definition.
parent
51b15fdc
Changes
1
Show whitespace changes
Inline
Side-by-side
algebra/cofe.v
View file @
25f1b889
...
@@ -208,6 +208,8 @@ Section fixpoint.
...
@@ -208,6 +208,8 @@ Section fixpoint.
End
fixpoint
.
End
fixpoint
.
(** Function space *)
(** Function space *)
(* We make [cofe_fun] a definition so that we can register it as a canonical
structure. *)
Definition
cofe_fun
(
A
:
Type
)
(
B
:
cofeT
)
:
=
A
→
B
.
Definition
cofe_fun
(
A
:
Type
)
(
B
:
cofeT
)
:
=
A
→
B
.
Section
cofe_fun
.
Section
cofe_fun
.
...
...
Write
Preview
Supports
Markdown
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