Track change in isInlinePragma
authorsimonpj@microsoft.com <unknown>
Fri, 5 Nov 2010 13:15:45 +0000 (13:15 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 5 Nov 2010 13:15:45 +0000 (13:15 +0000)
commit9d552c373cad90d1da673f3140caf1d8779f6840
treedb1849105aa7a31a681bcd912b587ddfa360b0dc
parent5289f5d85610f71625a439747a09384876655eb5
Track change in isInlinePragma

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
compiler/typecheck/TcBinds.lhs