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
Iris
Actris
Commits
635d5a67
Commit
635d5a67
authored
Apr 12, 2019
by
Jonas Kastberg Hinrichsen
Browse files
Bumped Iris
parent
405f577c
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/channel.v
View file @
635d5a67
...
...
@@ -12,8 +12,8 @@ Import uPred.
Definition
new_chan
:
val
:
=
λ
:
<>,
let
:
"l"
:
=
ref
lnil
#()
in
let
:
"r"
:
=
ref
lnil
#()
in
let
:
"l"
:
=
ref
(
lnil
#()
)
in
let
:
"r"
:
=
ref
(
lnil
#()
)
in
let
:
"lk"
:
=
newlock
#()
in
((
"l"
,
"r"
),
"lk"
).
...
...
Write
Preview
Supports
Markdown
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