Skip to content
  • Joachim Breitner's avatar
    Allow enumDeltaIntegerFB to be inlined · 78053f44
    Joachim Breitner authored
    The function is very small and the compiler should be at liberty to
    inline it. But it is recursive, so it did not do it before. By applying
    the usual transformation with a local recursive function, GHC can now
    inline it, producing the loop that one would expect.
    78053f44