You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/language-spec/index.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,49 @@ technical explanation of the F# language constructs and required compiler behavi
10
10
It discusses topics such as lexical analysis, grammar, types including type inference
11
11
algorithm, expressions, patterns and other.
12
12
13
+
The spec currently consists of a [spec document](https://fsharp.github.io/fslang-spec/)
14
+
and a collection of RFCs. Earlier versions are listed below.
15
+
13
16
### F# 2.0
14
17
15
-
*[The F# 2.0 Language Specification (final version, PDF)](2.0/FSharpSpec-2.0-April-2012.pdf) - The final version of the F# 2.0 language
16
-
specification.
18
+
*[The F# 2.0 Language Specification (final version, PDF)](2.0/FSharpSpec-2.0-April-2012.pdf) -
19
+
The final version of the F# 2.0 language specification.
17
20
18
21
### F# 3.0
19
22
20
-
*[The F# 3.0 Language Specification (final version, PDF)](3.0/FSharpSpec-3.0-final.pdf) - The final version of the F# 3.0 language
21
-
specification.
23
+
*[The F# 3.0 Language Specification (final version, PDF)](3.0/FSharpSpec-3.0-final.pdf) -
24
+
The final version of the F# 3.0 language specification.
22
25
23
26
### F# 3.1
24
27
25
-
*[The F# 3.1 Language Specification (final version, PDF)](3.1/FSharpSpec-3.1-final.pdf) - The final version of the F# 3.1 language specification.
28
+
*[The F# 3.1 Language Specification (final version, PDF)](3.1/FSharpSpec-3.1-final.pdf) -
29
+
The final version of the F# 3.1 language specification.
26
30
27
31
### F# 4.0
28
32
29
-
*[The F# 4.0 Language Specification (near-final version, PDF)](4.0/FSharpSpec-4.0-final.pdf) - The near-final version of the F# 4.0 language specification.
33
+
*[The F# 4.0 Language Specification (near-final version, PDF)](4.0/FSharpSpec-4.0-final.pdf) -
34
+
The near-final version of the F# 4.0 language specification.
30
35
31
-
* The [RFCs for F# 4.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.0) provide primary documentation for the new features added.
36
+
* The [RFCs for F# 4.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.0)
37
+
provide primary documentation for the new features added.
32
38
33
39
### F# 4.1
34
40
35
-
*[The F# 4.1 Language Specification (latest, PDF)](4.1/FSharpSpec-4.1-latest.pdf), [(latest, DOCX)](4.1/FSharpSpec-4.1-latest.docx) - The latest, working version of the F# 4.1 language specification.
41
+
*[The F# 4.1 Language Specification (latest, PDF)](4.1/FSharpSpec-4.1-latest.pdf),
The latest, working version of the F# 4.1 language specification.
36
44
37
45
### F# 4.1-9.0
38
46
39
-
Since F# 4.1 new features have been documented through [RFCs](https://github.com/fsharp/fslang-design) and additions to [the F# Language Guide](https://docs.microsoft.com/en-us/dotnet/fsharp/).
47
+
Since F# 4.1 new features have been documented through
48
+
[RFCs](https://github.com/fsharp/fslang-design) and additions to
49
+
[the F# Language Guide](https://docs.microsoft.com/en-us/dotnet/fsharp/).
40
50
41
51
**Note:** We changed the versioning scheme after F# 5.0, and F# 6.0 became F# 6.
42
52
43
-
*[The F# Language Specification (latest, PDF)](4.1/FSharpSpec-4.1-latest.pdf), [(latest, DOCX)](4.1/FSharpSpec-4.1-latest.docx) - The latest, working version of the F# language specification.
53
+
*[The F# Language Specification (latest, PDF)](4.1/FSharpSpec-4.1-latest.pdf),
The latest, working version of the F# language specification.
44
56
45
57
* The [RFCs for F# 4.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.0)
46
58
@@ -66,4 +78,5 @@ Since F# 4.1 new features have been documented through [RFCs](https://github.com
66
78
67
79
* The [preview RFCs beyond F# 9](https://github.com/fsharp/fslang-design/tree/master/preview)
68
80
69
-
**Note:** We're currently working on an improved version of the F# language specification [here](https://github.com/fsharp/fslang-spec/). Contributions welcome!
81
+
**Note:** We're currently working on an improved version of the F# language specification
0 commit comments