Skip to content
  • Simon Peyton Jones's avatar
    Track change in isInlinePragma · 9d552c37
    Simon Peyton Jones authored
    In TcBinds we want to use isAnyInlinePragma, to get
    both INLINE and INLINABLE.  I don't know why this isn't
    leading to failures for others!  The (bogus) error I got, 
    triggered by this bug was:
    
      libraries\haskeline\System\Console\Haskeline\Key.hs:23:1:
        You cannot SPECIALISE `M.findWithDefault'
          because its definition has no INLINE/INLINABLE pragma
    9d552c37