abides-0.0.1: Simple boolean tests to see if a value abides by certain properties

Safe HaskellSafe
LanguageHaskell2010

Test.Abides.Data.Bounded

Synopsis

Documentation

bounded :: Bounded a => Ord a => a -> Bool Source #

minBound <= x <= maxBound?