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
The utf8encode function always returned a list of at least one element,
but the type system didn't prove this, leading to spurious warnings when
taking the first element of the returned list. Fix this by returning a
tuple with the first element separate instead. (I would have used
Data.List.NonEmpty but it looks like we still support ancient GHC versions
that didn't yet have it.)
0 commit comments