Advanced Functional Prog.


Interoperability with C#

Then, library can be used within programs:

open Library
printfn "%A" (toString v)

And finally executed with:

dotnet add demo.fsproj reference Library.fsproj
dotnet build demo.fsproj

bin/Debug/net7.0/demo