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:[EMAIL PROTECTED]

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to