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