Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Spies
Iris
Commits
7b14d6a7
Commit
7b14d6a7
authored
Dec 09, 2016
by
Ralf Jung
Browse files
rename rules -> op_rules
Really, *all* of our files contain proof rules
parent
741c6a8a
Changes
6
Hide whitespace changes
Inline
Side-by-side
_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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment