Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
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
Abhishek Anand
Iris
Commits
e3b9fa43
Commit
e3b9fa43
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Tweaks to comments in base_logic.
parent
05e5b389
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/base_logic/bi.v
+2
-2
2 additions, 2 deletions
theories/base_logic/bi.v
theories/base_logic/upred.v
+1
-1
1 addition, 1 deletion
theories/base_logic/upred.v
with
3 additions
and
3 deletions
theories/base_logic/bi.v
+
2
−
2
View file @
e3b9fa43
...
...
@@ -2,8 +2,8 @@ From iris.bi Require Export derived_connectives updates plainly.
From
iris
.
base_logic
Require
Export
upred
.
Import
uPred_primitive
.
(** BI instances for uPred, and re-stating the remaining primitive laws in
terms
of the BI interface.
This file does *not* unseal. *)
(** BI instances for
[
uPred
]
, and re-stating the remaining primitive laws in
terms
of the BI interface. This file does *not* unseal. *)
Definition
uPred_emp
{
M
}
:
uPred
M
:=
uPred_pure
True
.
...
...
This diff is collapsed.
Click to expand it.
theories/base_logic/upred.v
+
1
−
1
View file @
e3b9fa43
...
...
@@ -339,7 +339,7 @@ Definition uPred_bupd_eq :
(** Global uPred-specific Notation *)
Notation
"✓ x"
:=
(
uPred_cmra_valid
x
)
(
at
level
20
)
:
bi_scope
.
(** Pr
o
mitive logical rules.
(** Pr
i
mitive logical rules.
These are not directly usable later because they do not refer to the BI
connectives. *)
Module
uPred_primitive
.
...
...
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