We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec7da commit 76ce9b9Copy full SHA for 76ce9b9
specs/language-spec/index.md
@@ -10,6 +10,10 @@ technical explanation of the F# language constructs and required compiler behavi
10
It discusses topics such as lexical analysis, grammar, types including type inference
11
algorithm, expressions, patterns and other.
12
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.
16
+
17
### F# 2.0
18
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
0 commit comments