3 avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3"
5 date="2020-07-31T21:20:08Z"
7 > - in if S.last b' == fromIntegral (ord 'E')
8 > + in if not (S.null b') && S.last b' == fromIntegral (ord 'E')
10 I had a feeling this could be a one-liner, but I wasn't able to come
11 up with a patch. Shoot!