- The sequence of F# code files in Visual Studio matters!
- To have access to a module or type from another module, that module must be declared before (higher up) the other module.
- To move a module up, use Alt + ArrowUp.
- Indentation matters!
- If some code is part of some enclosing element, that code must be indented.
http://connelhooley.uk/blog/2017/04/10/f-sharp-guide
No comments:
Post a Comment