I am a little new to Haskell, using it for several months for side projects. I would like to write a Haskell interface for the C library. All code will be proprietary, not open source. So my question is that if I end up distributing this to the client and donβt want to provide the source code, but rather something like a shared library. In C, I can create code for the target platform and provide header files. Can I do something like this in Haskell?
source share