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
35a17feb
Commit
35a17feb
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
turns out naming the module dec_agree_deprecated is not necessary
parent
aec7c174
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
theories/algebra/deprecated.v
+2
-5
2 additions, 5 deletions
theories/algebra/deprecated.v
with
4 additions
and
6 deletions
CHANGELOG.md
+
2
−
1
View file @
35a17feb
...
...
@@ -18,7 +18,8 @@ Coq development, but not every API-breaking change is listed. Changes marked
recursive domain equation. As a consequence, CMRAs no longer need a proof of
completeness. (The old
`cofeT`
is provided by
`algebra.deprecated`
.)
*
Implement a new agreement construction. Unlike the old one, this one
preserves discreteness.
preserves discreteness. dec_agree is thus no longer needed and has been moved
to algebra.deprecated.
*
Renaming and moving things around: uPred and the rest of the base logic are in
`base_logic`
, while
`program_logic`
is for everything involving the general
Iris notion of a language.
...
...
This diff is collapsed.
Click to expand it.
theories/algebra/deprecated.v
+
2
−
5
View file @
35a17feb
...
...
@@ -6,10 +6,7 @@ From iris.algebra Require Import ofe cmra.
Notation
cofeT
:=
ofeT
(
only
parsing
)
.
(* Deprecated 2016-12-09. Use agree instead. *)
(* The module is called dec_agree_deprecated because if it was just dec_agree,
it would still be imported by "From iris Import dec_agree", and people would
not notice they use sth. deprecated. *)
Module
dec_agree_deprecated
.
Module
dec_agree
.
Local
Arguments
validN
_
_
_
!
_
/.
Local
Arguments
valid
_
_
!
_
/.
Local
Arguments
op
_
_
_
!
_
/.
...
...
@@ -76,4 +73,4 @@ End dec_agree.
Arguments
dec_agreeC
:
clear
implicits
.
Arguments
dec_agreeR
_
{_}
.
End
dec_agree
_deprecated
.
End
dec_agree
.
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