Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding feature specification for generalized typedefs #75

Merged
merged 7 commits into from
Nov 6, 2018

Conversation

eernstg
Copy link
Member

@eernstg eernstg commented Nov 1, 2018

Cf. #65.

@eernstg eernstg self-assigned this Nov 1, 2018
_B<sub>1</sub> .. B<sub>k</sub>_ implies that the right hand side is
regular-bounded, and all types that occur as subterms of the right hand
side are well-bounded.
Any self reference in a type alias, either directly or recursively via another
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned in the spec CL, such self-references must be absent after instantiate-to-bounds on the RHS. Effectively, I guess we will "evaluate" the RHS as a type expression and complain if it ever needs to refer to the LHS.

@eernstg eernstg merged commit efdc2fa into master Nov 6, 2018
@eernstg eernstg deleted the spec_nonfun_typedef_nov18 branch November 6, 2018 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants