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
Fengmin Zhu
Tutorial POPL20
Commits
8060a3d5
Commit
8060a3d5
authored
Oct 10, 2020
by
Paul
Browse files
fix a typo in compatibility.v
parent
97a48702
Changes
2
Hide whitespace changes
Inline
Side-by-side
exercises/compatibility.v
View file @
8060a3d5
...
...
@@ -18,7 +18,7 @@ is replaced semantic typing judgment in syntactic typing rules. For instance
becomes:
<<
(Γ ⊨ e1 : A1) -∗ (Γ ⊨ e2 : A2) -∗ Γ
⊢
(e1, e2) : A1 * A2
(Γ ⊨ e1 : A1) -∗ (Γ ⊨ e2 : A2) -∗ Γ
⊨
(e1, e2) : A1 * A2
SnowOnion
@SnowOnion
·
Oct 09, 2021
👍
👍
Please
register
or
sign in
to reply
>>
*)
...
...
solutions/compatibility.v
View file @
8060a3d5
...
...
@@ -18,7 +18,7 @@ is replaced semantic typing judgment in syntactic typing rules. For instance
becomes:
<<
(Γ ⊨ e1 : A1) -∗ (Γ ⊨ e2 : A2) -∗ Γ
⊢
(e1, e2) : A1 * A2
(Γ ⊨ e1 : A1) -∗ (Γ ⊨ e2 : A2) -∗ Γ
⊨
(e1, e2) : A1 * A2
>>
*)
...
...
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