Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coqdram
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sdram20
coqdram
Commits
c6eb1f47
Commit
c6eb1f47
authored
3 years ago
by
Florian Brandner
Browse files
Options
Downloads
Patches
Plain Diff
fix type error (correctly)
parent
5361e9fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coq/FIFO.v
+3
-6
3 additions, 6 deletions
coq/FIFO.v
with
3 additions
and
6 deletions
coq/FIFO.v
+
3
−
6
View file @
c6eb1f47
...
@@ -291,15 +291,12 @@ Section FIFO.
...
@@ -291,15 +291,12 @@ Section FIFO.
Program
Definition
FIFO_arbitrate
:=
Program
Definition
FIFO_arbitrate
:=
let
State
:=
FIFO_trace
Requests
in
let
State
:=
FIFO_trace
Requests
in
mkTrace
State
.(
Cmds
)
State
.(
Time
)
_
(
FIFO_trace_time_ok
Requests
)
_
(
FIFO_trace_T_RC_ok
Requests
)
_.
mkTrace
State
.(
Cmds
)
State
.(
Time
)
_
(
FIFO_trace_time_ok
Requests
)
(
FIFO_trace_Cmds_PRE_ok
Requests
)
(
FIFO_trace_T_RC_ok
Requests
)
(
FIFO_trace_T_RP_ok
Requests
).
Admit
Obligations
.
(
*
Next
Obligation
.
Next
Obligation
.
induction
Requests
.
induction
Requests
.
-
auto
.
-
auto
.
-
by
apply
(
FIFO_trace_uniq
a
)
in
IHl
.
-
by
apply
(
FIFO_trace_uniq
a
)
in
IHl
.
*
)
Qed
.
Lemma
FIFO_trace_Req_handled
Reqs
:
Lemma
FIFO_trace_Req_handled
Reqs
:
forall
req
,
req
\
in
Reqs
->
forall
req
,
req
\
in
Reqs
->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment