Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gaurav Parthasarathy
examples_rdcss_old
Commits
087b5c47
Commit
087b5c47
authored
Feb 22, 2018
by
Jacques-Henri Jourdan
Browse files
Fix build.
parent
5e9f4d89
Changes
3
Hide whitespace changes
Inline
Side-by-side
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