Revision 26-06-23 - #1
Open
Septias wants to merge 2 commits into
Open
Conversation
Septias
commented
Jun 23, 2026
| l := α | ℓ | ||
|
|
||
| || ς -- pattern lambda? | ||
| ||| ja |
| || ς -- pattern lambda? | ||
| ||| ja | ||
| || l (labels) does not occur in expressions | ||
| ||| ¿Sind nur auf Typebene wichtig |
Owner
Author
There was a problem hiding this comment.
TODO: Die sind nur auf Typeben sichtbar
| ----------- κ-var | ||
| Γ ⊢ α: τ | ||
| || what is b and why is this a kinding rule? | ||
| ||| In 𝓫 liegen die bastypes, die alle vom type-kind sind |
Owner
Author
There was a problem hiding this comment.
In 𝓫 liegen die bastypes, die alle vom type-kind sind
Septias
commented
Jun 23, 2026
|
|
||
| || this might be too broad. | ||
| || there could be unknown types, rows, labels, patterns,... | ||
|
|
Owner
Author
There was a problem hiding this comment.
Ja, die genaue Verwendung von ★ ist noch nicht ganz klar. Hat sicher auch noch so einige implications die man überdenken muss
Septias
commented
Jun 23, 2026
| ## Subtyping | ||
|
|
||
| || Do you really want that? Do you have an example where subtyping is truly needed? | ||
| ||| Wahrscheinlich reicht row-equivalence vorerst, kann man ja sonst auch noch später ausweiten |
Owner
Author
There was a problem hiding this comment.
Hm, ich verwende subtyping auf Records halt für pattern matching
Septias
commented
Jun 24, 2026
| τ ⧀ e ≙ (Γ ⊢ e: τ' and τ ⧀ τ') | ||
|
|
||
| || no! this implies that Γ is invented (i.e., ∃ Γ, such that ...) | ||
| ||| TODO: »invented« verstehe ich nicht |
Owner
Author
There was a problem hiding this comment.
ich schätze mal, das Problem ist hier das freie Γ? Eigentlich soll das rein syntaktisch das eine durch das andere Umtauschen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
General comments by @peterthiemann