let x = 1;
printfn "%s" x;
printfn "%i" x;
If you use FSI (F# interactive( it will always print the signatures in between, so that it's really easy to explore interfaces.
If you use FSI (F# interactive( it will always print the signatures in between, so that it's really easy to explore interfaces.