-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some displayed examples may have broken indendation #850
Comments
@aski-codes what browser are you using? It renders with proper spacing on Edge and mobile safari. |
Worked for me in Chrome. |
Hmm, it looks cleaner in your browser, somehow. I'm on Firefox 117.01 |
If I do a straight copy, I get: "(4,2): error FS0010: Unexpected identifier in binding. Expected incomplete structured construct at or before this point or other token." It looks exactly like the web page, but I noticed a blank starting line 4. If I remove it, so that "input" in line 4 aligns with "let" in line 1, I instead get: "(1,15): error FS3217: This expression is not a function and cannot be applied. Did you intend to access the indexer via 'expr[index]'?" |
When I do straight copy+paste from firefox it works correctly. I am on windows 11 and it works. What platform are you on @aski-codes? I tried pasting directly into dotnet fsi from terminal and vs code, both were correctly aligned. |
I'm on Mac 12.4 |
looks fine now, thanks so much! |
Hi, the example here (List.concat) is seemingly not working, however this is due to messed up indentation. The source looks correct, so it's likely an issue with the rendering.
https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-listmodule.html#concat
The text was updated successfully, but these errors were encountered: