Re: REPL problems
The ;; is only needed if you directly type stuff into FSI and is needed for multi-line support. Very, very few people do that.
Instead, use an editor like VS Code (free, cross platform) or Rider or Visual Studio, all of which have very good F# support and the ability to enter code in an code editor and send code to the REPL using, yes, ALT-ENTER.