Closed piaste closed 5 years ago
|> Array.fold (fun s t -> sprintf "%s\n - %s" s t) ""
became
|> Array.fold (fun s t -> sprintf "%s - %s" s t) ""
which causes a syntax error.
Could not reproduce anymore online.
Please re-open if still an issue.
became
which causes a syntax error.