Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/fcs/untypedtree.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ Walking over the AST

The abstract syntax tree is defined as a number of discriminated unions that represent
different syntactical elements (such as expressions, patterns, declarations etc.). The best
way to understand the AST is to look at the definitions in [`SyntaxTree.fsi` in the source
code](https://github.com/fsharp/fsharp/blob/main/src/Compiler/SyntaxTree.fsi).
way to understand the AST is to look at the definitions in
[`SyntaxTree.fsi`](https://github.com/dotnet/fsharp/blob/main/src/Compiler/SyntaxTree/SyntaxTree.fsi)
in the source code.

The relevant parts are in the following namespace:
*)
Expand Down