You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent Lazy.uncons from allocating a thunk (haskell#559)
...at least for the second component of its result.
The thunk for the first component is a bit hairier because
the readWord8OffAddr# is considered a side effect by GHC
and hence can currently never go away unless it is used lazily.
See also haskell#558.
0 commit comments