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
4ad619de
Commit
4ad619de
authored
Aug 07, 2017
by
Jacques-Henri Jourdan
Browse files
cofe -> ofe
parent
010efcf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/primitive.v
View file @
4ad619de
...
...
@@ -588,9 +588,9 @@ Proof.
Qed
.
(* Functions *)
Lemma
c
ofe_funC_equivI
{
A
B
}
(
f
g
:
A
-
c
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Lemma
ofe_funC_equivI
{
A
B
}
(
f
g
:
A
-
c
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Proof
.
by
unseal
.
Qed
.
Lemma
c
ofe_morC_equivI
{
A
B
:
ofeT
}
(
f
g
:
A
-
n
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Lemma
ofe_morC_equivI
{
A
B
:
ofeT
}
(
f
g
:
A
-
n
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Proof
.
by
unseal
.
Qed
.
(* Sig ofes *)
...
...
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