Created
April 30, 2015 20:18
-
-
Save gregoryyoung/3d8f8bac50689b6f0380 to your computer and use it in GitHub Desktop.
huh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let name = Something.Data.Methods | |
|> Seq.filter (fun x-> x.C > 0UL) | |
|> Seq.sortBy (fun x-> 999999999999UL - x.C) | |
|> Seq.take 50 | |
|> Seq.iter dump_minfo | |
I know it's "redacted" but the error message is not aligned. do you have a smaller repo that I copy in VS?
Something.Data.Methods on line 2 fixes it (Indentation issue)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/Users/greg/Code/redacted/fsharp/redacted.fsx(16,7): error FS0010: Unexpected infix operator in binding. Expected incomplete structured construct at or before this point or other token