Haskell doesn't really compile to C, unfortunately.
The (deprecated) via-c backend of GHC compiled to something that looked like C, but depended on a horrible Perl script to post-process the object output.
It does have an LLVM backend these days, though, maybe that can work?
The (deprecated) via-c backend of GHC compiled to something that looked like C, but depended on a horrible Perl script to post-process the object output.
It does have an LLVM backend these days, though, maybe that can work?