cvs commit: fptools/ghc/docs/comm index.html fptools/ghc/docs/comm/the-beast alien.html

Simon Marlow simonmar@microsoft.com
Fri, 10 Aug 2001 09:49:46 +0100


> Thu, 9 Aug 2001 18:47:40 -0700, Manuel Chakravarty=20
> <chak@glass.cse.ogi.edu> pisze:
>=20
> >   Added SimonM's explanation about f.e.d. stubs.
>=20
> I don't understand the explanation. Why the code is written to a
> separate file instead of *.hc?

Unfortunately I don't think we can do that - you can't write a normal C
function in a .hc file, because the mangler tends to, well, mangle it.

Cheers,
	Simon