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
Iris
Fairis
Commits
a1e38f07
Commit
a1e38f07
authored
Jun 01, 2018
by
Ralf Jung
Browse files
missed another warning
parent
dbeafa69
Pipeline
#9215
passed with stage
in 12 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/irelations.v
View file @
a1e38f07
...
...
@@ -14,6 +14,7 @@
From
Coq
Require
Import
Wf_nat
Omega
.
From
stdpp
Require
Export
tactics
base
relations
list
collections
.
From
stdpp
Require
set
.
Require
ClassicalEpsilon
.
(
**
*
Definitions
*
)
Section
definitions
.
...
...
@@ -1000,7 +1001,7 @@ Section cofair.
Qed
.
Section
erasure
.
Require
Import
ClassicalEpsilon
.
Import
ClassicalEpsilon
.
Context
(
erasure
:
A
→
B
).
Context
(
enabled_reflecting
:
∀
i
a
,
enabled
R2
(
erasure
a
)
i
→
enabled
R1
a
i
).
Context
(
estep_dec
:
∀
`
(
HR
:
R1
i
a
b
),
{
R2
i
(
erasure
a
)
(
erasure
b
)
}
+
...
...
@@ -1337,7 +1338,7 @@ Section cofair.
End
erasure
.
Section
block
.
Import
stdpp
.
set
.
Import
stdpp
.
set
ClassicalEpsilon
.
Context
(
flatten
:
A
→
B
*
(
nat
→
set
nat
)).
Context
(
flatten_spec_step
:
∀
i
a
a
'
,
R1
i
a
a
'
→
...
...
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