How to convert Int64 type to Int32 type in F # without using Microsoft.FSharp.Compatibility.Int32.of_int64 ?
I do this because interactivity does not work when I try:
open Microsoft.FSharp.Compatibility
When adding FSharp.PowerPack as a reference, it says:
error FS0039: Compatibility namespace not defined.
Edit: Does anyone have an answer to the question? Suggestions about int types are useful and informative, but I have the same problem opening up the powerpack namespace in F # interactive.
type-conversion f #
Max
source share