Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Gaëtan Gilbert
Iris
Commits
4891e581
Commit
4891e581
authored
1 year ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Move MRA out of unstable.
parent
6839ae86
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_CoqProject
+1
-1
1 addition, 1 deletion
_CoqProject
iris/algebra/mra.v
+0
-4
0 additions, 4 deletions
iris/algebra/mra.v
tests/mra.ref
+0
-0
0 additions, 0 deletions
tests/mra.ref
tests/mra.v
+1
-1
1 addition, 1 deletion
tests/mra.v
with
2 additions
and
6 deletions
_CoqProject
+
1
−
1
View file @
4891e581
...
...
@@ -50,6 +50,7 @@ iris/algebra/ufrac.v
iris/algebra/reservation_map.v
iris/algebra/dyn_reservation_map.v
iris/algebra/max_prefix_list.v
iris/algebra/mra.v
iris/algebra/lib/excl_auth.v
iris/algebra/lib/frac_auth.v
iris/algebra/lib/ufrac_auth.v
...
...
@@ -187,7 +188,6 @@ iris_unstable/algebra/list.v
iris_unstable/base_logic/algebra.v
iris_unstable/base_logic/mono_list.v
iris_unstable/heap_lang/interpreter.v
iris_unstable/algebra/monotone.v
iris_deprecated/base_logic/auth.v
iris_deprecated/base_logic/sts.v
...
...
This diff is collapsed.
Click to expand it.
iris
_unstable
/algebra/m
onotone
.v
→
iris/algebra/m
ra
.v
+
0
−
4
View file @
4891e581
(** This file is still experimental. See its tracking issue
https://gitlab.mpi-sws.org/iris/iris/-/issues/414 for details on remaining
issues before stabilization. *)
From
iris
.
algebra
Require
Export
cmra
.
From
iris
.
algebra
Require
Import
updates
local_updates
.
From
iris
.
prelude
Require
Import
options
.
...
...
This diff is collapsed.
Click to expand it.
tests/m
onotone
.ref
→
tests/m
ra
.ref
+
0
−
0
View file @
4891e581
File moved
This diff is collapsed.
Click to expand it.
tests/m
onotone
.v
→
tests/m
ra
.v
+
1
−
1
View file @
4891e581
From
stdpp
Require
Import
propset
gmap
strings
.
From
iris
.
unstable
.
algebra
Require
Import
monotone
.
From
iris
Require
Import
algebra
.
mra
.
Unset
Mangle
Names
.
...
...
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