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
Iris
Iris
Commits
2ed3de6b
Commit
2ed3de6b
authored
Nov 28, 2017
by
Robbert Krebbers
Browse files
Fix some comments.
parent
cec05125
Changes
2
Hide whitespace changes
Inline
Side-by-side
theories/algebra/cmra.v
View file @
2ed3de6b
...
...
@@ -1464,7 +1464,7 @@ Proof.
by
intros
?
A1
A2
B1
B2
n
f
g
Hfg
;
apply
optionC_map_ne
,
rFunctor_contractive
.
Qed
.
(* Dependently-typed functions *)
(* Dependently-typed functions
over a finite domain
*)
Section
ofe_fun_cmra
.
Context
`
{
Hfin
:
Finite
A
}
{
B
:
A
→
ucmraT
}.
Implicit
Types
f
g
:
ofe_fun
B
.
...
...
theories/algebra/ofe.v
View file @
2ed3de6b
...
...
@@ -1087,7 +1087,7 @@ Proof.
destruct
n
as
[|
n
]
;
simpl
in
*
;
first
done
.
apply
cFunctor_ne
,
Hfg
.
Qed
.
(* Dependently-typed functions *)
(* Dependently-typed functions
over a discrete domain
*)
(* We make [ofe_fun] a definition so that we can register it as a canonical
structure. *)
Definition
ofe_fun
{
A
}
(
B
:
A
→
ofeT
)
:
=
∀
x
:
A
,
B
x
.
...
...
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