Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Tutorial POPL20
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fengmin Zhu
Tutorial POPL20
Commits
8060a3d5
Commit
8060a3d5
authored
Oct 10, 2020
by
Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a typo in compatibility.v
parent
97a48702
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
exercises/compatibility.v
exercises/compatibility.v
+1
-1
solutions/compatibility.v
solutions/compatibility.v
+1
-1
No files found.
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
>>
*)
...
...
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
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