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
William Mansky
Iris
Commits
2c1dd026
Commit
2c1dd026
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
only locally make siProp_holds a coercion
parent
48068213
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/si_logic/siprop.v
+2
-1
2 additions, 1 deletion
iris/si_logic/siprop.v
with
2 additions
and
1 deletion
iris/si_logic/siprop.v
+
2
−
1
View file @
2c1dd026
...
...
@@ -6,9 +6,10 @@ From iris.prelude Require Import options.
define the usual connectives of higher-order logic, and prove that these satisfy
the usual laws of higher-order logic. *)
Record
siProp
:=
SiProp
{
siProp_holds
:
>
nat
→
Prop
;
siProp_holds
:
nat
→
Prop
;
siProp_closed
n1
n2
:
siProp_holds
n1
→
n2
≤
n1
→
siProp_holds
n2
}
.
Local
Coercion
siProp_holds
:
siProp
>->
Funclass
.
Global
Arguments
siProp_holds
:
simpl
never
.
Add
Printing
Constructor
siProp
.
...
...
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