Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iron
Commits
a47f27d4
Commit
a47f27d4
authored
May 14, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation against Coq master.
parent
03de4677
Pipeline
#16787
failed with stage
in 17 minutes and 46 seconds
Changes
2
Pipelines
7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_CoqProject
_CoqProject
+1
-1
theories/bi/fracpred.v
theories/bi/fracpred.v
+1
-1
No files found.
_CoqProject
View file @
a47f27d4
-Q theories iron
-arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files
-arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files
,-undeclared-scope,-convert_concl_no_check
theories/algebra/ufrac_auth.v
theories/bi/fracpred.v
theories/proofmode/fracpred.v
...
...
theories/bi/fracpred.v
View file @
a47f27d4
...
...
@@ -35,7 +35,7 @@ Section ofe.
Lemma
fracPred_ofe_mixin
:
OfeMixin
(
fracPred
PROP
).
Proof
.
refine
(
iso_ofe_mixin
(
λ
P
:
fracPred
_
,
P
:
_
-
c
>
_
)
_
_
)
;
refine
(
iso_ofe_mixin
(
λ
P
:
fracPred
PROP
,
P
:
_
-
c
>
_
)
_
_
)
;
(
split
;
[
by
destruct
1
|
by
constructor
]).
Qed
.
Canonical
Structure
fracPredC
:
ofeT
:
=
OfeT
(
fracPred
PROP
)
fracPred_ofe_mixin
.
...
...
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