Fsharp: Type
xtodoShow type
printfn "%O" ("abc".GetType()) // System.String printfn "%O" ((3).GetType()) // System.Int32 printfn "%O" ((3.4).GetType()) // System.Double
printfn "%O" ("abc".GetType()) // System.String printfn "%O" ((3).GetType()) // System.Int32 printfn "%O" ((3.4).GetType()) // System.Double