subtle inlining problem

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Nov 8 02:03:47 EST 2006


Hello glasgow-haskell-users,

in the following definitions:

> {-# INLINE getInteger #-}
> getInteger = ... -- large definition that will be not inlined
>                  -- without pragma
>
> instance Binary Integer where
>   get = getInteger

is Integer.get will be inlined or not?

-- 
Best regards,
 Bulat                          mailto:Bulat.Ziganshin at gmail.com



More information about the Glasgow-haskell-users mailing list