Call an haskell function in .net
- by SuperBloup
Hi, I want to use an Haskell function with the following type ::
string -> string from a C# programm.
I want to use hs-dotnet to bridge both worlds, the author claim that it's possible, but provide no sample of this case. The only samples provided are the one to use .net from haskell.
Does anyone got a sample of this use, or got an idea how to use it? (I used reflector on the bridging assembly but didn't understood a thing)