nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
723 stars 121 forks source link

added or #251

Closed BebeSparkelSparkel closed 7 months ago

phadej commented 5 years ago

or is a name in Prelude. :-1:

λ> :t or
or :: Foldable t => t Bool -> Bool
MaximilianAlgehed commented 7 months ago

I think this is two spaces shorter than writing elements [x, y]. Let's not bloat the API for little to no gain.