Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
examples
Commits
087b5c47
Commit
087b5c47
authored
Feb 22, 2018
by
Jacques-Henri Jourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build.
parent
5e9f4d89
Pipeline
#7290
passed with stage
in 5 minutes and 27 seconds
Changes
3
Pipelines
14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
theories/logrel/F_mu_ref_conc/examples/lock.v
theories/logrel/F_mu_ref_conc/examples/lock.v
+0
-1
theories/logrel/F_mu_ref_conc/examples/stack/CG_stack.v
theories/logrel/F_mu_ref_conc/examples/stack/CG_stack.v
+0
-1
theories/logrel/F_mu_ref_conc/logrel_unary.v
theories/logrel/F_mu_ref_conc/logrel_unary.v
+1
-1
No files found.
theories/logrel/F_mu_ref_conc/examples/lock.v
View file @
087b5c47
From
iris
.
proofmode
Require
Import
tactics
.
From
iris_examples
.
logrel
.
F_mu_ref_conc
Require
Export
rules_binary
typing
.
From
iris
.
base_logic
Require
Import
namespaces
.
(** [newlock = alloc false] *)
Definition
newlock
:
expr
:
=
Alloc
(#
♭
false
).
...
...
theories/logrel/F_mu_ref_conc/examples/stack/CG_stack.v
View file @
087b5c47
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
base_logic
Require
Import
namespaces
.
From
iris_examples
.
logrel
.
F_mu_ref_conc
Require
Import
examples
.
lock
.
Import
uPred
.
...
...
theories/logrel/F_mu_ref_conc/logrel_unary.v
View file @
087b5c47
...
...
@@ -2,7 +2,7 @@ From iris.proofmode Require Import tactics.
From
iris
.
program_logic
Require
Export
weakestpre
.
From
iris_examples
.
logrel
.
F_mu_ref_conc
Require
Export
rules
typing
.
From
iris
.
algebra
Require
Import
list
.
From
iris
.
base_logic
Require
Import
big_op
namespaces
invariants
.
From
iris
.
base_logic
Require
Import
big_op
invariants
.
Import
uPred
.
Definition
logN
:
namespace
:
=
nroot
.@
"logN"
.
...
...
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