[Haskell-cafe] Re: [Haskell] Real life examples

Sven Panne Sven.Panne at aedion.de
Fri Nov 26 14:07:26 EST 2004


Keean Schupke wrote:
> [...] I don't even need to recompile your module, simply providing
> the alternate Storable module at link time is sufficient. [...]

[ Completely off-topic for this thread ] But this *won't* work in the
presence of cross-module inlining, e.g. when you are using GHC with
-O or -O2. And IMHO this aggressive inlining is a very good thing.
Haskell is not C. :-)

Cheers,
    S.


More information about the Haskell-Cafe mailing list