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
Jonas Kastberg
iris
Commits
634fdbb6
Commit
634fdbb6
authored
Oct 27, 2016
by
Robbert Krebbers
Browse files
Fix typo.
parent
97c4d39f
Changes
1
Hide whitespace changes
Inline
Side-by-side
base_logic/primitive.v
View file @
634fdbb6
...
...
@@ -584,7 +584,7 @@ Proof. unseal. by destruct mx. Qed.
(* Functions *)
Lemma
cofe_funC_equivI
{
A
B
}
(
f
g
:
A
-
c
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Proof
.
by
unseal
.
Qed
.
Lemma
cofe_mor
e
C_equivI
{
A
B
:
cofeT
}
(
f
g
:
A
-
n
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Lemma
cofe_morC_equivI
{
A
B
:
cofeT
}
(
f
g
:
A
-
n
>
B
)
:
f
≡
g
⊣
⊢
∀
x
,
f
x
≡
g
x
.
Proof
.
by
unseal
.
Qed
.
End
primitive
.
End
uPred_primitive
.
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