Data.Version.Natural
newtype Version Source #
Constructors
Fields
Defined in Data.Version.Natural
Associated Types
type Rep Version :: Type -> Type #
Methods
from :: Version -> Rep Version x #
to :: Rep Version x -> Version #
showsPrec :: Int -> Version -> ShowS #
show :: Version -> String #
showList :: [Version] -> ShowS #
(==) :: Version -> Version -> Bool #
(/=) :: Version -> Version -> Bool #
compare :: Version -> Version -> Ordering #
(<) :: Version -> Version -> Bool #
(<=) :: Version -> Version -> Bool #
(>) :: Version -> Version -> Bool #
(>=) :: Version -> Version -> Bool #
max :: Version -> Version -> Version #
min :: Version -> Version -> Version #
toText :: Version -> Text Source #