Call an haskell function in .net

Posted by SuperBloup on Stack Overflow See other posts from Stack Overflow or by SuperBloup
Published on 2009-09-29T19:29:58Z Indexed on 2010/05/06 11:48 UTC
Read the original article Hit count: 270

Filed under:
|
|
|

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)

© Stack Overflow or respective owner

Related posts about haskell

Related posts about .NET