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
Fengmin Zhu
Tutorial POPL20
Commits
86a5f893
Commit
86a5f893
authored
Jan 16, 2020
by
Robbert Krebbers
Browse files
Consistent spacing.
parent
c075123d
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/fundamental.v
View file @
86a5f893
...
...
@@ -84,10 +84,10 @@ Section fundamental.
Instance
ty_unboxed_sound
τ
ρ
:
ty_unboxed
τ
→
SemTyUnboxed
(
⟦
τ
⟧
ρ
).
Proof
.
destruct
1
;
simpl
;
apply
_
.
Qed
.
Instance
ty_un_op_sound
op
τ
σ
ρ
:
ty_un_op
op
τ
σ
→
SemTyUnOp
op
(
⟦
τ
⟧
ρ
)
(
⟦
σ
⟧
ρ
).
ty_un_op
op
τ
σ
→
SemTyUnOp
op
(
⟦
τ
⟧
ρ
)
(
⟦
σ
⟧
ρ
).
Proof
.
destruct
1
;
simpl
;
apply
_
.
Qed
.
Instance
ty_bin_op_sound
op
τ
1
τ
2
σ
ρ
:
ty_bin_op
op
τ
1
τ
2
σ
→
SemTyBinOp
op
(
⟦
τ
1
⟧
ρ
)
(
⟦
τ
2
⟧
ρ
)
(
⟦
σ
⟧
ρ
).
ty_bin_op
op
τ
1
τ
2
σ
→
SemTyBinOp
op
(
⟦
τ
1
⟧
ρ
)
(
⟦
τ
2
⟧
ρ
)
(
⟦
σ
⟧
ρ
).
Proof
.
destruct
1
;
simpl
;
apply
_
.
Qed
.
Theorem
fundamental
Γ
e
τ
ρ
:
...
...
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