Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
examples
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
Releases
Model registry
Operate
Environments
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
Iris
examples
Merge requests
!66
bump to Coq 8.19
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bump to Coq 8.19
coqbump
into
master
Overview
0
Commits
2
Pipelines
2
Changes
3
Merged
Ralf Jung
requested to merge
coqbump
into
master
5 months ago
Overview
0
Commits
2
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 1
acb6e71c
5 months ago
master (base)
and
latest version
latest version
bd1a091f
2 commits,
5 months ago
version 1
acb6e71c
1 commit,
5 months ago
3 files
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
theories/logrel/persistent_pred.v
+
2
−
2
Options
@@ -10,7 +10,7 @@ Section persistent_pred.
pers_pred_car
:>
A
→
PROP
;
pers_pred_persistent
x
:
Persistent
(
pers_pred_car
x
)
}
.
Local
Arguments
PersPred
_
%
I
{_}
.
Local
Arguments
PersPred
_
%
_
I
{_}
.
Global
Existing
Instances
pers_pred_persistent
.
Local
Instance
persistent_pred_equiv
:
Equiv
persistent_pred
:=
@@ -46,6 +46,6 @@ Section persistent_pred.
End
persistent_pred
.
Global
Arguments
PersPred
{_
_}
_
%
I
{_}
.
Global
Arguments
PersPred
{_
_}
_
%
_
I
{_}
.
Global
Arguments
pers_pred_car
{_
_}
!
_
_
.
Global
Instance
:
Params
(
@
pers_pred_car
)
2
:=
{}
.
Loading