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
98caeb8a
Commit
98caeb8a
authored
Apr 26, 2019
by
Jonas Kastberg Hinrichsen
Browse files
Minor clean up
parent
709a0598
Changes
1
Show whitespace changes
Inline
Side-by-side
theories/examples/examples.v
View file @
98caeb8a
...
...
@@ -7,11 +7,6 @@ From iris.base_logic Require Import invariants.
Section
Examples
.
Context
`
{!
heapG
Σ
}
(
N
:
namespace
).
Context
`
{!
logrelG
val
Σ
}.
Notation
"⟦ c @ s : sτ ⟧{ γ }"
:
=
(
interp_st
N
γ
s
τ
c
s
)
(
at
level
10
,
s
at
next
level
,
s
τ
at
next
level
,
γ
at
next
level
,
format
"⟦ c @ s : sτ ⟧{ γ }"
).
Definition
seq_example
:
expr
:
=
(
let
:
"c"
:
=
new_chan
#()
in
...
...
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