-dinline-check for symbolic names?
Michael Sperber
sperber at deinprogramm.de
Fri Aug 6 12:29:50 UTC 2021
On Wed, Aug 04 2021, Carter Schonwald <carter.schonwald at gmail.com> wrote:
> I’m not sure about the pragma debugging, but are you using it in point free
> style? Cause I’m that case it may not be inclined because it’s not being
> fully applied on the left hand side?
Good point, but I checked, and it's fully applied. :-(
I should also note that, with the inline check, I've also tried:
{-# OPTIONS_GHC -dinline-check &&& #-}
{-# OPTIONS_GHC -dinline-check (&&&) #-}
... to no avail.
--
Regards,
Mike
More information about the Glasgow-haskell-users
mailing list