Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dan Frumin
ReLoC-v1
Commits
b498dbc4
Commit
b498dbc4
authored
Jul 06, 2016
by
Amin Timany
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add notations in fundamental_unary for aesthetics
parent
e7055ed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
F_mu_ref_conc/fundamental_unary.v
F_mu_ref_conc/fundamental_unary.v
+3
-0
No files found.
F_mu_ref_conc/fundamental_unary.v
View file @
b498dbc4
...
...
@@ -19,6 +19,9 @@ Section typed_interp.
Local
Ltac
value_case
:=
iApply
wp_value
;
[
cbn
;
rewrite
?
to_of_val
;
trivial
|
].
Local
Notation
"A –≻ B"
:=
(
TArrow
A
B
)
(
at
level
200
).
Local
Notation
"e < n - vs"
:=
(
e
.[
upn
n
(
env_subst
vs
)])
(
at
level
200
).
Theorem
fundamental
Γ
e
τ
:
Γ
⊢ₜ
e
:
τ
→
Γ
⊨
e
:
τ
.
Proof
.
induction
1
;
iIntros
{
Δ
vs
H
Δ
}
"#[Hheap HΓ] /="
.
...
...
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