Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rice Wine
Iris
Commits
7b14d6a7
Commit
7b14d6a7
authored
Dec 09, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename rules -> op_rules
Really, *all* of our files contain proof rules
parent
741c6a8a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
5 deletions
+7
-5
_CoqProject
_CoqProject
+1
-1
heap_lang/adequacy.v
heap_lang/adequacy.v
+1
-1
heap_lang/lib/lock.v
heap_lang/lib/lock.v
+1
-1
heap_lang/op_rules.v
heap_lang/op_rules.v
+2
-0
heap_lang/proofmode.v
heap_lang/proofmode.v
+1
-1
heap_lang/wp_tactics.v
heap_lang/wp_tactics.v
+1
-1
No files found.
_CoqProject
View file @
7b14d6a7
...
...
@@ -96,7 +96,7 @@ program_logic/ownp.v
heap_lang/lang.v
heap_lang/tactics.v
heap_lang/wp_tactics.v
heap_lang/rules.v
heap_lang/
op_
rules.v
heap_lang/notation.v
heap_lang/lib/spawn.v
heap_lang/lib/par.v
...
...
heap_lang/adequacy.v
View file @
7b14d6a7
From
iris
.
program_logic
Require
Export
weakestpre
adequacy
gen_heap
.
From
iris
.
heap_lang
Require
Export
rules
.
From
iris
.
heap_lang
Require
Export
op_
rules
.
From
iris
.
algebra
Require
Import
auth
.
From
iris
.
heap_lang
Require
Import
proofmode
notation
.
From
iris
.
proofmode
Require
Import
tactics
.
...
...
heap_lang/lib/lock.v
View file @
7b14d6a7
From
iris
.
heap_lang
Require
Export
rules
notation
.
From
iris
.
heap_lang
Require
Export
op_
rules
notation
.
From
iris
.
base_logic
.
lib
Require
Export
invariants
.
Structure
lock
Σ
`
{!
heapG
Σ
}
:
=
Lock
{
...
...
heap_lang/rules.v
→
heap_lang/
op_
rules.v
View file @
7b14d6a7
...
...
@@ -6,6 +6,8 @@ From iris.proofmode Require Import tactics.
From
iris
.
prelude
Require
Import
fin_maps
.
Import
uPred
.
(** Basic rules for language operations. *)
Class
heapG
Σ
:
=
HeapG
{
heapG_invG
:
invG
Σ
;
heapG_gen_heapG
:
>
gen_heapG
loc
val
Σ
...
...
heap_lang/proofmode.v
View file @
7b14d6a7
From
iris
.
program_logic
Require
Export
weakestpre
.
From
iris
.
proofmode
Require
Import
coq_tactics
.
From
iris
.
proofmode
Require
Export
tactics
.
From
iris
.
heap_lang
Require
Export
wp_tactics
rules
.
From
iris
.
heap_lang
Require
Export
wp_tactics
op_
rules
.
Import
uPred
.
Ltac
wp_strip_later
::
=
iNext
.
...
...
heap_lang/wp_tactics.v
View file @
7b14d6a7
From
iris
.
heap_lang
Require
Export
tactics
rules
.
From
iris
.
heap_lang
Require
Export
tactics
op_
rules
.
Import
uPred
.
(** wp-specific helper tactics *)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment