Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just a guess:

    data TheLine = Above | Below

    categoriseWord :: String -> TheLine
    categoriseWord s
      | length s <= 10 = Above
      | otherwise      = Below
There's not a lot to go on, though.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: