Skip to content

Adding tuple types to language specification #784

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

Merged
merged 1 commit into from
Sep 30, 2014
Merged

Conversation

ahejlsberg
Copy link
Member

No description provided.

ahejlsberg added a commit that referenced this pull request Sep 30, 2014
Adding tuple types to language specification
@ahejlsberg ahejlsberg merged commit 438aa89 into master Sep 30, 2014
@ahejlsberg ahejlsberg deleted the langSpecTupleTypes branch September 30, 2014 17:10
@mhegazy
Copy link
Contributor

mhegazy commented Sep 30, 2014

@yuit is up for the spec conformance validation this time around

@danquirk
Copy link
Member

Minor nits, haven't absorbed the semantic changes yet:

Second code sample in 1.10 isn't correctly colorized in Word but is in the markdown.

3.3.2 has a broken section reference (says Error! Reference not found).

@@ -1049,22 +1068,60 @@ Type references (section [3.6.2](#3.6.2)) to class and interface types are class

### <a name="3.3.2"/>3.3.2 Array Types

Array types represent JavaScript arrays. Array types are type references (section [3.6.2](#3.6.2)) created from the generic interface type �Array� in the global module. Array type literals (section [3.6.4](#3.6.4)) provide a shorthand notation for creating such references.
***Array types*** represent JavaScript arrays with a common element type. Array types are named type references created from the generic interface type �Array� in the global module with the array element type as a type argument. Array type literals (section [Error! Reference source not found.](#Error! Reference source not found.)) provide a shorthand notation for creating such references.
Copy link
Contributor

Choose a reason for hiding this comment

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

Error! Reference source not found << Is this an error in the word document or in the markdown conversion?
(Edit: Sorry I saw danquirk already mentioned it)

Copy link
Member

Choose a reason for hiding this comment

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

and to be clear, it's an error in the Word doc source not the markdown conversion

@ahejlsberg
Copy link
Member Author

Formatting fixes in #795.

@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants