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
Iris
simuliris
Commits
b588e825
Commit
b588e825
authored
Jun 10, 2021
by
Ralf Jung
Browse files
make sim_ectx simpl never
parent
42e45f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/simulation/simulation.v
View file @
b588e825
...
...
@@ -80,3 +80,6 @@ Section fix_lang.
Definition
sim_expr_ectx
`
{!
SimE
s
}
π
K_t
K_s
Φ
:
=
(
∀
v_t
v_s
,
ext_rel
π
v_t
v_s
-
∗
sim_expr
Φ
π
(
fill
K_t
(
of_val
v_t
))
(
fill
K_s
(
of_val
v_s
)))%
I
.
End
fix_lang
.
Global
Arguments
sim_ectx
:
simpl
never
.
Global
Arguments
sim_expr_ectx
:
simpl
never
.
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