I want to use a Haskell function with the following type :: string -> string from a C# program.
string -> string
I want to use hs-dotnet to bridge both worlds. The au
If you want Haskell on .NET, just use F#.