Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Update Generics: It is now allowed for a type parameter to be constrained by another #267

Closed
spikefoo opened this issue May 1, 2016 · 1 comment

Comments

@spikefoo
Copy link
Contributor

spikefoo commented May 1, 2016

Section "Using Type Parameters in Generic Constraints" in Generics.md should be updated. Constraining a type parameter using another type parameter is allowed as of 1.8.

@mhegazy
Copy link
Contributor

mhegazy commented May 1, 2016

A PR would appreciated.

spikefoo added a commit to spikefoo/TypeScript-Handbook that referenced this issue May 1, 2016
Constraining a type parameter using another type parameter is allowed as of 1.8.

Fixes microsoft#267.
spikefoo added a commit to spikefoo/TypeScript-Handbook that referenced this issue May 3, 2016
Constraining a type parameter using another type parameter is allowed as of 1.8.

Fixes microsoft#267.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants