[Haskell-cafe] vector stream fusion, inlining and compilation time

Don Stewart dons at galois.com
Mon Mar 8 00:23:12 EST 2010


jake.mcarthur:
> I've run into an issue with inlining that I'm not sure how to work  
> around. I am instantiating some pre-existing type classes with  
> Vector-based types. There already exist generic functions in modules I  
> do not control that use this type class, and they are not tagged with  
> the INLINE pragma. I am doubtful, but I figure it is worth at least  
> asking: is there some practical workaround for this kind of situation  
> that anybody knows about?
>

I don't know of a way, other than patching the library code.
If it makes a difference to you, it probably makes a difference to lots
of people.

-- Don


More information about the Haskell-Cafe mailing list