How can I convert an int64 to an int32 type in F# without Microsoft.FSharp.Compatibility.Int32.of_int64
I'm doing this because interactive doesn't seem to work when I try
open Microsoft.FSharp.Compatibility
With FSharp.PowerPack added as a reference it says:error FS0039: The namespace 'Compatibility' is not defined.
Edit: does anyone have an answer to the question? The suggestions about the int types are useful and informative, but I'm having the same issue opening the powerpack namespace in F# interactive.