Skip to content

Commit 48e73a3

Browse files
committed
Update DEVGUIDE.md
1 parent 6bfca1f commit 48e73a3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

DEVGUIDE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# F# Compiler, Core Library and Visual F# Tools Open Contribution Repository
22

33
This repo is where you can contribute to the F# compiler, core library and the Visual F# Tools.
4-
54
To learn what F# is and why it's interesting, go to [fsharp.org](http://fsharp.org). To get a free F# environment, go to [fsharp.org](http://fsharp.org/use/windows).
65

7-
Our primary technical guide to the F# compiler code is [The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html)
8-
maintained by contributors to this repository. Please read
9-
and contribute to that guide.
6+
** Compiler Technical Documentation **
7+
8+
The primary technical documents for the F# compiler code are
9+
10+
* [The F# Language Specification](http://fsharp.org/specs/language-spec/)
1011

12+
* [The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html)
13+
maintained by contributors to this repository. Please read
14+
and contribute to that guide.
1115

1216
**License**
1317
> Contributions made to this repo are subject to terms and conditions of the Apache License, Version 2.0. A copy of the license can be found in the [License.txt](License.txt) file at the root of this distribution.

0 commit comments

Comments
 (0)