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
+35-27Lines changed: 35 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -5,57 +5,65 @@ headline: The F# Language Specification
5
5
redirect_from: "/learn/files/spec.pdf"
6
6
---
7
7
8
-
The F# Language Specification gives an in-depth
9
-
technical explanation of the F# language constructs and required compiler behavior.
10
-
It discusses topics such as lexical analysis, grammar, types including type inference
8
+
The F# Language Specification gives an in-depth
9
+
technical explanation of the F# language constructs and required compiler behavior.
10
+
It discusses topics such as lexical analysis, grammar, types including type inference
11
11
algorithm, expressions, patterns and other.
12
12
13
-
### F# 2.0
13
+
### F# 2.0
14
14
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
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
16
specification.
17
17
18
-
### F# 3.0
18
+
### F# 3.0
19
19
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
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
21
specification.
22
22
23
-
### F# 3.1
23
+
### F# 3.1
24
24
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.
26
-
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.
27
26
28
-
### F# 4.0
27
+
### F# 4.0
29
28
30
-
*[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.
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.
31
30
32
-
* 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.
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.
33
32
34
-
### F# 4.1
33
+
### F# 4.1
35
34
36
-
*[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.
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.
37
36
38
-
### F# 4.1, 4.5, 4.6, 4.7, 5.0
37
+
### F# 4.1-9.0
39
38
40
-
*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/).
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/).
41
40
42
-
*[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.
41
+
**Note:** We changed the versioning scheme after F# 5.0, and F# 6.0 became F# 6.
43
42
44
-
*The [RFCs for F# 4.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.0)
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.
45
44
46
-
* The [RFCs for F# 4.1](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.1)
45
+
* The [RFCs for F# 4.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.0)
47
46
48
-
* The [RFCs for F# 4.1b](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.1b)
47
+
* The [RFCs for F# 4.1](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.1)
49
48
50
-
* The [RFCs for F# 4.5](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.5)
49
+
* The [RFCs for F# 4.1b](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.1b)
51
50
52
-
* The [RFCs for F# 4.6](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.6)
51
+
* The [RFCs for F# 4.5](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.5)
53
52
54
-
* The [RFCs for F# 4.7](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.7)
53
+
* The [RFCs for F# 4.6](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.6)
55
54
56
-
* The [RFCs for F# 5.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-5.0)
55
+
* The [RFCs for F# 4.7](https://github.com/fsharp/fslang-design/tree/master/FSharp-4.7)
57
56
58
-
* The [RFCs for F# 6.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-6.0)
57
+
* The [RFCs for F# 5.0](https://github.com/fsharp/fslang-design/tree/master/FSharp-5.0)
59
58
60
-
* The [preview RFCs beyond F# 6.0](https://github.com/fsharp/fslang-design/tree/master/preview)
59
+
* The [RFCs for F# 6](https://github.com/fsharp/fslang-design/tree/master/FSharp-6.0)
61
60
61
+
* The [RFCs for F# 7](https://github.com/fsharp/fslang-design/tree/master/FSharp-7.0)
62
+
63
+
* The [RFCs for F# 8](https://github.com/fsharp/fslang-design/tree/master/FSharp-8.0)
64
+
65
+
* The [RFCs for F# 9](https://github.com/fsharp/fslang-design/tree/master/FSharp-9.0)
66
+
67
+
* The [preview RFCs beyond F# 9](https://github.com/fsharp/fslang-design/tree/master/preview)
68
+
69
+
**Note:** We're currently working on an improved version of the F# language specification [here](https://github.com/fsharp/fslang-spec/). Contributions welcome!
0 commit comments