Skip to content

Commit 48262b0

Browse files
committed
Update fsharp-interactive.md
1 parent 21a9d04 commit 48262b0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/docs/examples/fsharp-interactive.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ F# Interactive (FSI) is a powerful tool for executing F# code snippets and scrip
6060
6161
```powershell
6262
dotnet fsi example.fsx
63-
```
63+
```
64+
## Additional Notes
65+
66+
- Fsharp Interactive does allow you to have modules and types across different files, for simplicity we have only 1 file in this example.
67+
- The fsharp compiler does not support generic attributes
68+
- The fsharp compiler requires code and files to be declared in order, due to the fsharp compiler being sequential. For example, if you have a module that depends on another module, the module it depends on must be declared first.

0 commit comments

Comments
 (0)