Fable.Python icon indicating copy to clipboard operation
Fable.Python copied to clipboard

(unimportant issue) 'sprintf' does not format string fields in the standard(F# .NET) way

Open thautwarm opened this issue 4 years ago • 0 comments

type S = S of string
let s = sprintf "%A" (S "1")

s equals to "S 1" in Fable.Python, and it is "S \"1\"" in F# .NET.

thautwarm avatar Jan 15 '22 04:01 thautwarm