data TheLine = Above | Below categoriseWord :: String -> TheLine categoriseWord s | length s <= 10 = Above | otherwise = Below