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
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,40 +11,48 @@ It discusses topics such as lexical analysis, grammar, types including type infe
11
11
algorithm, expressions, patterns and other.
12
12
13
13
The spec currently consists of a [spec document](https://fsharp.github.io/fslang-spec/)
14
-
and a collection of RFCs.
15
-
Earlier versions are listed below.
14
+
and a collection of RFCs. Earlier versions are listed below.
16
15
17
16
### F# 2.0
18
17
19
-
*[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
20
-
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.
21
20
22
21
### F# 3.0
23
22
24
-
*[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
25
-
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.
26
25
27
26
### F# 3.1
28
27
29
-
*[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.
30
30
31
31
### F# 4.0
32
32
33
-
*[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.
34
35
35
-
* 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.
36
38
37
39
### F# 4.1
38
40
39
-
*[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.
40
44
41
45
### F# 4.1-9.0
42
46
43
-
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/).
44
50
45
51
**Note:** We changed the versioning scheme after F# 5.0, and F# 6.0 became F# 6.
46
52
47
-
*[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),
0 commit comments