Visual Studio Code – In F# is it OK to make a shorthand function to print using %A
I'm just starting to use F# for the first time, using VSCode and interactive notebooks. I am super annoyed at having to constantly write out printfn "%A" something because it kills me inside. Is it wrong to at the start…