isSpace package:mysql-haskell

Fast Word8 predicate for matching ASCII space characters
isSpace w = w == 32 || w - 9 <= 4