Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tlsomers
Actris
Commits
86314340
Commit
86314340
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Bumped Coq 8.12 warning fixes
parent
3ce80f37
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/examples/sort.v
+1
-1
1 addition, 1 deletion
theories/examples/sort.v
theories/examples/sort_fg.v
+2
-2
2 additions, 2 deletions
theories/examples/sort_fg.v
with
3 additions
and
3 deletions
theories/examples/sort.v
+
1
−
1
View file @
86314340
...
...
@@ -51,7 +51,7 @@ Section sort.
Definition
sort_protocol_func
:
iProto
Σ
:=
(
<!
A
(
I
:
A
→
val
→
iProp
Σ
)
(
R
:
A
→
A
→
Prop
)
`
{
!
RelDecision
R
,
!
Total
R
}
(
cmp
:
val
)
>
`
(
!
RelDecision
R
,
!
Total
R
)
(
cmp
:
val
)
>
MSG
cmp
{{
cmp_spec
I
R
cmp
}};
sort_protocol
I
R
)
%
proto
.
...
...
This diff is collapsed.
Click to expand it.
theories/examples/sort_fg.v
+
2
−
2
View file @
86314340
...
...
@@ -294,7 +294,7 @@ Section sort_fg.
Definition
sort_fg_func_protocol
:
iProto
Σ
:=
(
<!
A
(
I
:
A
→
val
→
iProp
Σ
)
(
R
:
A
→
A
→
Prop
)
`
{
!
RelDecision
R
,
!
Total
R
}
(
cmp
:
val
)
>
`
(
!
RelDecision
R
,
!
Total
R
)
(
cmp
:
val
)
>
MSG
cmp
{{
cmp_spec
I
R
cmp
}};
sort_fg_head_protocol
I
R
[])
%
proto
.
...
...
@@ -307,4 +307,4 @@ Section sort_fg.
wp_recv
(
A
I
R
?
?
cmp
)
as
"#Hcmp"
.
by
wp_apply
(
sort_service_fg_spec
with
"Hcmp Hc"
)
.
Qed
.
End
sort_fg
.
\ No newline at end of file
End
sort_fg
.
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