#haskell What is the better / standard way to compose predicates than: composeOr f g a = (f a) || (g a) . I find myself needing this often.
@techtangents @benkolera @charlesofarrell orM for less strictness than liftA2 (||)
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@techtangents @benkolera @charlesofarrell orM for less strictness than liftA2 (||)