Skip to content

typing a collection with type hints for sub type #2031

Answered by Daverball
goolmoos asked this question in Q&A
Discussion options

You must be logged in to vote

See: #1226

This has been requested many times, but since this feature is a type of higher kinded types (HKT) this is non-trivial and has many side-effects that need to be considered carefully in the design of such a feature. So far nobody has stepped up to do the hard work of writing up a specification/PEP that resolves those issues.

There are many languages with no support for HKTs at all, due to the inherent risk of introducing really bad soundness holes and the difficulty of reasoning about those HKTs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by goolmoos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants