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
Pierre Roux
Iris
Commits
fc8e7e87
Commit
fc8e7e87
authored
3 years ago
by
Paolo G. Giarrusso
Committed by
Ralf Jung
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Scopes for bi_car, and Remove some now implied %I
Robbert pointed out this should fix the scopes for derived_laws.
parent
2fabfd72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/bi/interface.v
+9
-8
9 additions, 8 deletions
iris/bi/interface.v
with
9 additions
and
8 deletions
iris/bi/interface.v
+
9
−
8
View file @
fc8e7e87
...
...
@@ -182,6 +182,7 @@ Structure bi := Bi {
bi_bi_later_mixin
:
BiLaterMixin
bi_entails
bi_pure
bi_or
bi_impl
bi_forall
bi_exist
bi_sep
bi_persistently
bi_later
;
}
.
Bind
Scope
bi_scope
with
bi_car
.
Coercion
bi_ofeO
(
PROP
:
bi
)
:
ofe
:=
Ofe
PROP
(
bi_ofe_mixin
PROP
)
.
Canonical
Structure
bi_ofeO
.
...
...
@@ -204,18 +205,18 @@ Global Instance: Params (@bi_later) 1 := {}.
Global
Arguments
bi_car
:
simpl
never
.
Global
Arguments
bi_dist
:
simpl
never
.
Global
Arguments
bi_equiv
:
simpl
never
.
Global
Arguments
bi_entails
{
PROP
}
_
%
I
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_entails
{
PROP
}
_
_
:
simpl
never
,
rename
.
Global
Arguments
bi_emp
{
PROP
}
:
simpl
never
,
rename
.
Global
Arguments
bi_pure
{
PROP
}
_
%
stdpp
:
simpl
never
,
rename
.
Global
Arguments
bi_and
{
PROP
}
_
%
I
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_or
{
PROP
}
_
%
I
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_impl
{
PROP
}
_
%
I
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_and
{
PROP
}
_
_
:
simpl
never
,
rename
.
Global
Arguments
bi_or
{
PROP
}
_
_
:
simpl
never
,
rename
.
Global
Arguments
bi_impl
{
PROP
}
_
_
:
simpl
never
,
rename
.
Global
Arguments
bi_forall
{
PROP
_}
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_exist
{
PROP
_}
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_sep
{
PROP
}
_
%
I
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_wand
{
PROP
}
_
%
I
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_persistently
{
PROP
}
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_later
{
PROP
}
_
%
I
:
simpl
never
,
rename
.
Global
Arguments
bi_sep
{
PROP
}
_
_
:
simpl
never
,
rename
.
Global
Arguments
bi_wand
{
PROP
}
_
_
:
simpl
never
,
rename
.
Global
Arguments
bi_persistently
{
PROP
}
_
:
simpl
never
,
rename
.
Global
Arguments
bi_later
{
PROP
}
_
:
simpl
never
,
rename
.
Global
Hint
Extern
0
(
bi_entails
_
_)
=>
reflexivity
:
core
.
Global
Instance
bi_rewrite_relation
(
PROP
:
bi
)
:
RewriteRelation
(
@
bi_entails
PROP
)
:=
{}
.
...
...
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